Skip to content

Commit

Permalink
Remove undeclared state in defargs.l
Browse files Browse the repository at this point in the history
  • Loading branch information
doxygen committed Jul 15, 2021
1 parent 45f95f7 commit 07f08c0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/defargs.l
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,6 @@ CPPC "/\/"
if (yyextra->argRoundCount>0) yyextra->argRoundCount--;
else BEGIN( yyextra->readArgContext );
}
<CCopyArgSquare>"[" {
yyextra->argSquareCount++;
*yyextra->copyArgValue += *yytext;
}
<CopyArgSquare>"]"({B}*{ID})* {
*yyextra->copyArgValue += yytext;
if (yyextra->argSquareCount>0)
Expand Down

0 comments on commit 07f08c0

Please sign in to comment.