aboutsummaryrefslogtreecommitdiffstats
path: root/c_lexer
diff options
context:
space:
mode:
Diffstat (limited to 'c_lexer')
-rw-r--r--c_lexer/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/c_lexer/src/main.cpp b/c_lexer/src/main.cpp
index 1e45bbd..cf674ff 100644
--- a/c_lexer/src/main.cpp
+++ b/c_lexer/src/main.cpp
@@ -14,7 +14,6 @@ int main() {
std::stringstream str_line, src_col, src_line;
TokenType type = (TokenType)yylex();
-
str_line << lineCount;
streamLine = str_line.str();