Skip to content

Commit f13cfa3

Browse files
committed
APREPRO: Remove unused bison variable
1 parent a5366ad commit f13cfa3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/seacas/libraries/aprepro_lib/apr_parser.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ namespace SEAMS {
380380
int yylen = 0;
381381

382382
// Error handling.
383-
int yynerrs_ = 0;
384383
int yyerrstatus_ = 0;
385384

386385
/// The lookahead symbol.
@@ -1938,7 +1937,6 @@ namespace SEAMS {
19381937
yyerrlab:
19391938
// If not already recovering from an error, report this error.
19401939
if (!yyerrstatus_) {
1941-
++yynerrs_;
19421940
context yyctx(*this, yyla);
19431941
std::string msg = yysyntax_error_(yyctx);
19441942
error(YY_MOVE(msg));

0 commit comments

Comments
 (0)