Skip to content

Commit

Permalink
delete unused
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimShagov committed Mar 26, 2024
1 parent d9df89f commit 8faf75a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions benchmarks/flex/lexer.l
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
%{
#include <math.h>
#include "token_types.hpp"
#include <stdio.h>

#define WRITE_TO_FILE
Expand Down Expand Up @@ -105,8 +104,6 @@ STRINGS {QUOTE1}|{QUOTE2}
[ ] printf( "Space: %s\n", yytext );
"{"[^}\n]*"}" printf( "Unrecognized character: %s\n", yytext );/* eat up one-line comments */



. printf( "Unrecognized character: %s\n", yytext );

%%
Expand Down

0 comments on commit 8faf75a

Please sign in to comment.