typeck2.c (store_init_value): Don't re-digest a bracketed initializer.
[gcc.git] / libobjc / sendmsg.c
index a0c8c3092269c0b12817b8d7a6ad6014c757a0a0..61fa28833b3099f7c2ea397c0fb2b637fcb9f018 100644 (file)
@@ -597,7 +597,6 @@ __objc_forward (id object, SEL sel, arglist_t args)
   /* The object doesn't recognize the method.  Check for responding to
      error:.  If it does then sent it. */
   {
-    size_t strlen (const char*);
     char msg[256 + strlen ((const char*)sel_get_name (sel))
              + strlen ((const char*)object->class_pointer->name)];