diff options
Diffstat (limited to 'gdb/objc-lang.h')
-rw-r--r-- | gdb/objc-lang.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/objc-lang.h b/gdb/objc-lang.h index 593ef02..1feeca4 100644 --- a/gdb/objc-lang.h +++ b/gdb/objc-lang.h @@ -27,10 +27,6 @@ struct stoken; struct value; struct block; -extern int objc_parse (void); /* Defined in c-exp.y */ - -extern void objc_error (char *); /* Defined in c-exp.y */ - extern CORE_ADDR lookup_objc_class (struct gdbarch *gdbarch, char *classname); extern CORE_ADDR lookup_child_selector (struct gdbarch *gdbarch, |