aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 7d9a3b50ab1..192517d99d7 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -1078,11 +1078,6 @@ objc_section_init (void) \
objc_instance_vars_section (); \
objc_module_info_section (); \
objc_symbols_section (); \
- /* APPLE LOCAL begin ObjC new abi */ \
- objc_classlist_section (); \
- objc_data_section (); \
- objc_message_refs_section (); \
- /* APPLE LOCAL end ObjC new abi */ \
} \
}