Skip to content

Commit 461f7dc

Browse files
authored
Remove unnecessary comment.
1 parent 3e5497e commit 461f7dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/generic/stage1/json_minifier.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ simdjson_really_inline void json_minifier::next(const simd::simd8x64<uint8_t>& i
3131
}
3232

3333
simdjson_really_inline error_code json_minifier::finish(uint8_t *dst_start, size_t &dst_len) {
34-
//*dst = '\0';
3534
error_code error = scanner.finish(false);
3635
if (error) { dst_len = 0; return error; }
3736
dst_len = dst - dst_start;

0 commit comments

Comments
 (0)