diff options
Diffstat (limited to 'libobjc/objc-private/common.h')
-rw-r--r-- | libobjc/objc-private/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libobjc/objc-private/common.h b/libobjc/objc-private/common.h index 4f4ec5c..d1f0711 100644 --- a/libobjc/objc-private/common.h +++ b/libobjc/objc-private/common.h @@ -28,11 +28,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see /* This file contains definitions that should be included by all .c and .m files in libobjc. */ -/* This variable allows the public headers to determine when they are - being included by a file inside libobjc itself, or when they are - being included by an external file. */ -#define GNU_LIBOBJC_COMPILING_LIBOBJC_ITSELF 1 - /* When debugging libobjc, add #define DEBUG 1 |