diff options
Diffstat (limited to 'cpp/src/IceGrid/Parser.h')
-rw-r--r-- | cpp/src/IceGrid/Parser.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/Parser.h b/cpp/src/IceGrid/Parser.h index d98edaf8fe6..e2c06ad33f2 100644 --- a/cpp/src/IceGrid/Parser.h +++ b/cpp/src/IceGrid/Parser.h @@ -23,7 +23,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 |