Skip to content

Commit e1e327a

Browse files
committed
chore: drop another superfluous comment
1 parent 5117e89 commit e1e327a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/_libs/src/parser/tokenizer.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,6 @@ static int copy_string_without_char(char output[PROCESSED_WORD_CAPACITY],
18681868
left = right + 1;
18691869
}
18701870

1871-
// null terminate
18721871
output[bytes_written] = '\0';
18731872
return 0;
18741873
}

0 commit comments

Comments
 (0)