diff options
Diffstat (limited to 'cpp/src/IceStorm/Parser.h')
-rw-r--r-- | cpp/src/IceStorm/Parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceStorm/Parser.h b/cpp/src/IceStorm/Parser.h index 5bcea7abf6d..7887c76d9b7 100644 --- a/cpp/src/IceStorm/Parser.h +++ b/cpp/src/IceStorm/Parser.h @@ -22,7 +22,6 @@ #define YYSTYPE std::list<std::string> #define YY_DECL int yylex(YYSTYPE* yylvalp) YY_DECL; -int yyparse(); // // I must set the initial stack depth to the maximum stack depth to |