Removed two empty switch statements to silence an MSVC warning
svn-id: r39376
This commit is contained in:
parent
b78001f7ca
commit
31c66b5931
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue