diff options
Diffstat (limited to 'gcc/c-objc-common.c')
-rw-r--r-- | gcc/c-objc-common.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/c-objc-common.c b/gcc/c-objc-common.c index 36b5db4..df16be1 100644 --- a/gcc/c-objc-common.c +++ b/gcc/c-objc-common.c @@ -234,9 +234,6 @@ c_objc_common_init (filename) if (filename == NULL) return NULL; - save_lang_status = &push_c_function_context; - restore_lang_status = &pop_c_function_context; - mark_lang_status = &mark_c_function_context; lang_expand_decl_stmt = c_expand_decl_stmt; /* These were not defined in the Objective-C front end, but I'm |