diff options
Diffstat (limited to 'gcc/objc/objc-act.h')
-rw-r--r-- | gcc/objc/objc-act.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/objc/objc-act.h b/gcc/objc/objc-act.h index 99551a8..33f90fd 100644 --- a/gcc/objc/objc-act.h +++ b/gcc/objc/objc-act.h @@ -642,10 +642,6 @@ typedef enum string_section #define METHOD_DEF 0 #define METHOD_REF 1 -/* (Decide if these can ever be validly changed.) */ -#define OBJC_ENCODE_INLINE_DEFS 0 -#define OBJC_ENCODE_DONT_INLINE_DEFS 1 - #define BUFSIZE 1024 #define CLS_FACTORY 0x0001L |