diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceGrid/Grammar.y | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Grammar.y b/cpp/src/IceGrid/Grammar.y index 00e283199ff..c2f06076a39 100644 --- a/cpp/src/IceGrid/Grammar.y +++ b/cpp/src/IceGrid/Grammar.y @@ -72,8 +72,6 @@ yyerror(const char* s) %token ICE_GRID_ENABLE %token ICE_GRID_DISABLE %token ICE_GRID_DUMP -%token ICE_GRID_STDERR -%token ICE_GRID_STDOUT %% |