Skip to content

Commit

Permalink
fix(build): Scrub dead code from scan.l.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mightyjo committed Mar 14, 2024
1 parent c674b5f commit 002cea2
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/scan.l
Original file line number Diff line number Diff line change
Expand Up @@ -673,14 +673,7 @@ void context_member(char *, const char *);
*/
&& (cclval = ccllookup( nmstr )) != 0 )
{
/*
if ( yyinput() != ']' )
synerr( _( "bad character class" ) );
yylval = cclval;
++cclreuse;
return PREVCCL;
*/
/* Dead code removed */
}
else
{
Expand Down

0 comments on commit 002cea2

Please sign in to comment.