diff options
author | Oxore <oxore@protonmail.com> | 2023-08-07 00:24:31 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-08-07 00:24:31 +0300 |
commit | 5c5c60a18b41d2f5a077d5fa8fa8b266db537578 (patch) | |
tree | 2a4703d1bdda12bee4496a381ad35687c9e9d5e0 | |
parent | e73d751459a5777809a18ec322e3e7f6db59ce9d (diff) |
Remove obsolete comment
-rw-r--r-- | main.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -932,7 +932,6 @@ static struct line_pos_info lex_get_line_pos_info( { struct line_pos_info l = {0, 0, 0}; bool cr = false; - // `input` is null terminated, that's why we subtract 1 here for (size_t i = 0; i < cursor; i++) { const char c = self->input[i]; if (c == '\r') { |