diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 02:57:08 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-07 02:57:08 +0000 |
commit | 5565b5569bf75adccb29b590f5433aeb9dda3314 (patch) | |
tree | 472c48a14643f0b6257dda99f19c20ae6750008e /gdb/symtab.h | |
parent | 1ae12ab72a132da996892dbf5be389a2e7b4e762 (diff) | |
download | gdb-5565b5569bf75adccb29b590f5433aeb9dda3314.zip gdb-5565b5569bf75adccb29b590f5433aeb9dda3314.tar.gz gdb-5565b5569bf75adccb29b590f5433aeb9dda3314.tar.bz2 |
2001-03-06 J.T. Conklin <jtc@redback.com>
* symtab.h (decode_line_1): Removed declaration.
* symfile.c (#include <assert.h>): Removed.
* arch-utils.c (#include <ctype.h>): Removed.
* c-typeprint.c: Likewise.
* dbxread.c: Likewise.
* gdbtypes.c: Likewise.
* target.c: Likewise.
* os9kread.c: Likewise.
* c-valprint.c (#include "demangle.h"): Removed.
* ch-typeprint.c: Likewise.
* eval.c: Likewise.
* f-typeprint.c: Likewise.
* f-valprint.c: Likewise.
* m2-typeprint.c: Likewise.
* typeprint.c: Likewise.
* p-typeprint.c: Likewise.
* valarith.c: Likewise.
* valprint.c: Likewise.
* m2-typeprint.c (#include "gdb_string.h"): Removed.
* nlmread.c: Likewise.
* mdebugread.c (#include "gdb-stabs.h"): Removed.
* minsyms.c: Likewise.
* mipsread.c: Likewise.
* nlmread.c: Likewise.
* m2-typeprint.c (#include "obstack.h"): Removed.
* m2-valprint.c: Likewise.
* event-loop.c (#include <setjmp.h>): Removed.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r-- | gdb/symtab.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h index ae352b9..a4f224d 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -1347,11 +1347,6 @@ extern struct symtabs_and_lines decode_line_spec (char *, int); extern struct symtabs_and_lines decode_line_spec_1 (char *, int); -/* From linespec.c */ - -extern struct symtabs_and_lines decode_line_1 (char **, - int, struct symtab *, int, char ***); - /* Symmisc.c */ void maintenance_print_symbols (char *, int); |