objc-lang.h (find_methods): Remove declaration.
authorAdam Fedor <fedor@gnu.org>
Fri, 21 Feb 2003 02:45:50 +0000 (02:45 +0000)
committerAdam Fedor <fedor@gnu.org>
Fri, 21 Feb 2003 02:45:50 +0000 (02:45 +0000)
gdb/ChangeLog
gdb/objc-lang.h

index 3c83a39..fc1aa3a 100644 (file)
@@ -1,5 +1,6 @@
 2003-02-20  Adam Fedor  <fedor@gnu.org>
 
+       * objc-lang.h (find_methods): Remove declaration.
         * objc-lang.c (find_methods): Make static.
 
 2003-02-20  Christopher Faylor  <cgf@redhat.com>
index 4156dd7..8506818 100644 (file)
@@ -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);