Browse Source

mdb_v8: remove useless check

v0.11.8-release
Dave Pacheco 12 years ago
committed by Timothy J Fontaine
parent
commit
2b9e3fb183
  1. 2
      deps/mdb_v8/mdb_v8.c

2
deps/mdb_v8/mdb_v8.c

@ -1402,8 +1402,6 @@ jsstr_print_seq(uintptr_t addr, uint_t flags, char **bufp, size_t *lenp,
if (slicelen != -1)
nstrchrs = slicelen;
if (nstrchrs < 0)
nstrchrs = 0;
if ((flags & JSSTR_ISASCII) != 0) {
nstrbytes = nstrchrs;

Loading…
Cancel
Save