diff options
Diffstat (limited to 'ddb/db_aout.c')
-rw-r--r-- | ddb/db_aout.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ddb/db_aout.c b/ddb/db_aout.c index 54a9e64..fda7f09 100644 --- a/ddb/db_aout.c +++ b/ddb/db_aout.c @@ -317,8 +317,6 @@ aout_db_lookup(stab, symstr) db_symtab_t *stab; char * symstr; { - db_sym_t db_sym_parse_and_lookup(); - return(db_sym_parse_and_lookup(aout_db_qualified_search, stab, symstr)); } |