Remove error handling declarations.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Feb 1997 00:42:01 +0000 (19:42 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 3 Feb 1997 00:42:01 +0000 (19:42 -0500)
From-SVN: r13591

gcc/objc/runtime.h

index 900ca35..006ed81 100644 (file)
@@ -1,5 +1,5 @@
 /* GNU Objective C Runtime internal declarations
-   Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1993, 1995, 1996, 1997 Free Software Foundation, Inc.
    Contributed by Kresten Krab Thorup
 
 This file is part of GNU CC.
@@ -56,9 +56,6 @@ extern int  __objc_fini_thread_system(void);    /* thread.c                 */
 
 extern void class_add_method_list(Class, MethodList_t);
 
-extern void objc_error(id object, const char* fmt, va_list);
-extern void (*_objc_error)(id, const char*, va_list);
-
 /* True when class links has been resolved */     
 extern BOOL __objc_class_links_resolved;