diff options
Diffstat (limited to 'gcc/objc/misc.c')
-rw-r--r-- | gcc/objc/misc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index b9b64ac..915e29d 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -26,8 +26,6 @@ You should have received a copy of the GNU General Public License along with #include "runtime.h" -void objc_error(id object, const char* fmt, va_list); - void (*_objc_error)(id, const char*, va_list) = objc_error; /* id (*_objc_object_alloc)(Class*) = 0; */ /* id (*_objc_object_dispose)(id) = 0; */ |