From 31c66b5931e8305de8e55a92c1c2f8b732d35e39 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 14 Mar 2009 00:12:23 +0000 Subject: Removed two empty switch statements to silence an MSVC warning svn-id: r39376 --- engines/sci/engine/said.cpp | 12 ------------ 1 file changed, 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; - } } -- cgit v1.2.3