aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parser.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.cpp b/src/parser.cpp
index 2109945ec..286f6d7a2 100644
--- a/src/parser.cpp
+++ b/src/parser.cpp
@@ -41,7 +41,6 @@ gbString get_file_line_as_string(TokenPos const &pos, i32 *offset_) {
while (line_end < end) {
if (*line_end == '\n') {
- line_end -= 1;
break;
}
line_end += 1;