From: Adam Fedor Date: Fri, 21 Feb 2003 02:45:50 +0000 (+0000) Subject: objc-lang.h (find_methods): Remove declaration. X-Git-Tag: binutils-2_14-branchpoint~761 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d38074a8d521837f899bf8894f20d96c64898704;p=external%2Fbinutils.git objc-lang.h (find_methods): Remove declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3c83a39..fc1aa3a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2003-02-20 Adam Fedor + * objc-lang.h (find_methods): Remove declaration. * objc-lang.c (find_methods): Make static. 2003-02-20 Christopher Faylor diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 4156dd7..8506818 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);