X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/f0e2c228a085196742250b3f394bb5ed55ac4d7c..9874f80b2e813a8ad8e5562dbbaa30ecafd5e7d8:/data/lalr1.java?ds=sidebyside diff --git a/data/lalr1.java b/data/lalr1.java index eb692385..f7f2ba36 100644 --- a/data/lalr1.java +++ b/data/lalr1.java @@ -1,6 +1,6 @@ # Java skeleton for Bison -*- autoconf -*- -# Copyright (C) 2007-2011 Free Software Foundation, Inc. +# Copyright (C) 2007-2012 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -454,8 +454,6 @@ b4_lexer_if([[ /// Semantic value of the lookahead. b4_yystype[ yylval = null; - int yyresult; - yycdebug ("Starting parse\n"); yyerrstatus_ = 0;