Remove unnecessary comment.

This commit is contained in:
Daniel Lemire 2020-09-14 10:44:10 -04:00 committed by GitHub
parent 3e5497e2f9
commit 461f7dc9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ simdjson_really_inline void json_minifier::next(const simd::simd8x64<uint8_t>& i
}
simdjson_really_inline error_code json_minifier::finish(uint8_t *dst_start, size_t &dst_len) {
//*dst = '\0';
error_code error = scanner.finish(false);
if (error) { dst_len = 0; return error; }
dst_len = dst - dst_start;