diff options
Diffstat (limited to 'libobjc/objc-private/runtime.h')
-rw-r--r-- | libobjc/objc-private/runtime.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libobjc/objc-private/runtime.h b/libobjc/objc-private/runtime.h index ba01f57..5fd0744 100644 --- a/libobjc/objc-private/runtime.h +++ b/libobjc/objc-private/runtime.h @@ -77,12 +77,6 @@ extern objc_mutex_t __objc_runtime_mutex; /* Number of threads which are alive. */ extern int __objc_runtime_threads_alive; -#ifdef DEBUG -#define DEBUG_PRINTF(format, args...) printf (format, ## args) -#else -#define DEBUG_PRINTF(format, args...) -#endif - BOOL __objc_responds_to (id object, SEL sel); /* for internal use only! */ extern void __objc_generate_gc_type_description (Class); |