2003-06-02 David Carlton <carlton@math.stanford.edu>
* objc-lang.c (find_imps): Delete unneeded variable 'sym_symtab'. * c-valprint.c (c_val_print): Delete unneeded variable 's'. * p-valprint.c (pascal_val_print): Ditto. * ada-lang.c (standard_lookup): Delete unneded variable 'symtab'.
This commit is contained in:
parent
d80dbb52aa
commit
cdef89d011
5 changed files with 11 additions and 8 deletions
|
@ -3181,8 +3181,7 @@ static struct symbol *
|
|||
standard_lookup (const char *name, domain_enum domain)
|
||||
{
|
||||
struct symbol *sym;
|
||||
struct symtab *symtab;
|
||||
sym = lookup_symbol (name, (struct block *) NULL, domain, 0, &symtab);
|
||||
sym = lookup_symbol (name, (struct block *) NULL, domain, 0, NULL);
|
||||
return sym;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue