aboutsummaryrefslogtreecommitdiff
path: root/libobjc/sendmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r--libobjc/sendmsg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index a0c8c309226..61fa28833b3 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -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)];