mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
Fix another double insertion of a symbol.
This commit is contained in:
parent
127a1c8772
commit
3f690eacb1
1 changed files with 0 additions and 1 deletions
|
@ -266,7 +266,6 @@ send_message (int super)
|
|||
sym = new_symbol_type (sm_name, sm_type);
|
||||
sym = function_symbol (sym, 0, 1);
|
||||
make_function (sym, 0, st_extern);
|
||||
symtab_addsymbol (pr.symtab, sym);
|
||||
}
|
||||
return new_symbol_expr (sym);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue