diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/engine/said.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/sci/engine/said.cpp b/engines/sci/engine/said.cpp index 4c7cdbbe24..f209851d59 100644 --- a/engines/sci/engine/said.cpp +++ b/engines/sci/engine/said.cpp @@ -811,11 +811,6 @@ yy_symbol_value_print (yyoutput, yytype, yyvaluep) # else YYUSE (yyoutput); # endif - switch (yytype) - { - default: - break; - } } @@ -1172,13 +1167,6 @@ yydestruct (yymsg, yytype, yyvaluep) if (!yymsg) yymsg = "Deleting"; YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); - - switch (yytype) - { - - default: - break; - } } |