Fix another double insertion of a symbol.

This commit is contained in:
Bill Currie 2011-02-13 15:28:49 +09:00
parent 127a1c8772
commit 3f690eacb1

View file

@ -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);
}