mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-19 23:40:51 +00:00
Remove some old code.
This commit is contained in:
parent
d6b10c99aa
commit
7e2173f268
1 changed files with 1 additions and 9 deletions
|
@ -708,15 +708,7 @@ local_specifiers
|
||||||
: LOCAL specifiers { $$ = $2; }
|
: LOCAL specifiers { $$ = $2; }
|
||||||
| specifiers { $$ = $1; }
|
| specifiers { $$ = $1; }
|
||||||
;
|
;
|
||||||
/*
|
|
||||||
param_scope
|
|
||||||
: / * empty * /
|
|
||||||
{
|
|
||||||
$$ = current_symtab;
|
|
||||||
current_symtab = new_symtab (current_symtab, stab_local);
|
|
||||||
}
|
|
||||||
;
|
|
||||||
*/
|
|
||||||
param_list
|
param_list
|
||||||
: param { $$ = $1; }
|
: param { $$ = $1; }
|
||||||
| param_list ',' { $<param>$ = $<param>1; } param { $$ = $4; }
|
| param_list ',' { $<param>$ = $<param>1; } param { $$ = $4; }
|
||||||
|
|
Loading…
Reference in a new issue