diff options
author | Adam Fedor <fedor@gnu.org> | 2003-02-21 02:45:50 +0000 |
---|---|---|
committer | Adam Fedor <fedor@gnu.org> | 2003-02-21 02:45:50 +0000 |
commit | d38074a8d521837f899bf8894f20d96c64898704 (patch) | |
tree | 4f93f24dfb47f7551a8beb44357cfcfa05c7996f /gdb/objc-lang.h | |
parent | 2f9a90b40e97c65c6d31870ae75c38fe774ea0f9 (diff) | |
download | binutils-gdb-d38074a8d521837f899bf8894f20d96c64898704.tar.gz |
objc-lang.h (find_methods): Remove declaration.
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r-- | gdb/objc-lang.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 4156dd7d954..85068180fa8 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.h @@ -46,11 +46,6 @@ extern char *parse_method (char *method, char *type, char **class, char **category, char **selector); -extern void find_methods (struct symtab *symtab, char type, - const char *class, const char *category, - const char *selector, struct symbol **syms, - unsigned int *nsym, unsigned int *ndebug); - extern char *find_imps (struct symtab *symtab, struct block *block, char *method, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug); |