aboutsummaryrefslogtreecommitdiff
path: root/libobjc/sendmsg.c
diff options
context:
space:
mode:
authorNicola Pero <nicola.pero@meta-innovation.com>2010-12-19 16:20:30 +0000
committerNicola Pero <nicola@gcc.gnu.org>2010-12-19 16:20:30 +0000
commit5f38ced19a143968e9aedd7c9d1a8292cb7362b9 (patch)
tree109e574cfbb81e30921d2f681dca825e24713ce7 /libobjc/sendmsg.c
parent0b1432029a86ea3b914492df7c8cfde9f31700de (diff)
downloadgcc-5f38ced19a143968e9aedd7c9d1a8292cb7362b9.zip
gcc-5f38ced19a143968e9aedd7c9d1a8292cb7362b9.tar.gz
gcc-5f38ced19a143968e9aedd7c9d1a8292cb7362b9.tar.bz2
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com>
In libobjc/: 2010-12-19 Nicola Pero <nicola.pero@meta-innovation.com> * sendmsg.c (method_setImplementation): Do not declare. From-SVN: r168064
Diffstat (limited to 'libobjc/sendmsg.c')
-rw-r--r--libobjc/sendmsg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index 2fb716c..85610f8 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -790,10 +790,6 @@ class_addMethod (Class class_, SEL selector, IMP implementation,
return YES;
}
-/* Temporarily, until we include objc/runtime.h. */
-extern IMP
-method_setImplementation (struct objc_method * method, IMP implementation);
-
IMP
class_replaceMethod (Class class_, SEL selector, IMP implementation,
const char *method_types)