We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5366ad commit f13cfa3Copy full SHA for f13cfa3
packages/seacas/libraries/aprepro_lib/apr_parser.cc
@@ -380,7 +380,6 @@ namespace SEAMS {
380
int yylen = 0;
381
382
// Error handling.
383
- int yynerrs_ = 0;
384
int yyerrstatus_ = 0;
385
386
/// The lookahead symbol.
@@ -1938,7 +1937,6 @@ namespace SEAMS {
1938
1937
yyerrlab:
1939
// If not already recovering from an error, report this error.
1940
if (!yyerrstatus_) {
1941
- ++yynerrs_;
1942
context yyctx(*this, yyla);
1943
std::string msg = yysyntax_error_(yyctx);
1944
error(YY_MOVE(msg));
0 commit comments