diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-01-27 21:42:16 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-01-27 21:42:16 +0000 |
commit | 32040763626be4e808b1d883ea364bff9d80e8dc (patch) | |
tree | 633ea6276f0d243f3fae97d17a95c3f8d0bf6bdc /cpp/src | |
parent | icepatch2 changes (diff) | |
download | ice-32040763626be4e808b1d883ea364bff9d80e8dc.tar.bz2 ice-32040763626be4e808b1d883ea364bff9d80e8dc.tar.xz ice-32040763626be4e808b1d883ea364bff9d80e8dc.zip |
Fix
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IcePack/Grammar.y | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/IcePack/Grammar.y b/cpp/src/IcePack/Grammar.y index 4a4434e7db7..a4dc56bb4f2 100644 --- a/cpp/src/IcePack/Grammar.y +++ b/cpp/src/IcePack/Grammar.y @@ -219,10 +219,6 @@ command { parser->describeObject($3); } -| ICE_PACK_OBJECT ICE_PACK_LIST ';' -{ - parser->listObject(YYSTYPE()); -} | ICE_PACK_SHUTDOWN ';' { parser->shutdown(); @@ -266,10 +262,6 @@ optional_strings $$ = $2; $$.push_front($1.front()); } -| ICE_PACK_STRING -{ - $$ = $1; -} | { $$ = YYSTYPE() |