diff options
Diffstat (limited to 'libobjc/objects.c')
-rw-r--r-- | libobjc/objects.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libobjc/objects.c b/libobjc/objects.c index 1c69456a630..bcfb25bd604 100644 --- a/libobjc/objects.c +++ b/libobjc/objects.c @@ -123,8 +123,3 @@ object_setClass (id object, Class class_) } } -/* Hook functions for memory allocation and disposal. Deprecated and - currently unused. */ -id (*_objc_object_alloc) (Class) = 0; -id (*_objc_object_dispose) (id) = 0; -id (*_objc_object_copy) (id) = 0; |