diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 816cd4bbb4f..a3c382cee69 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -46,10 +46,6 @@ static int machopic_data_defined_p PARAMS ((const char *)); static int func_name_maybe_scoped PARAMS ((const char *)); static void update_non_lazy_ptrs PARAMS ((const char *)); -/* Make everything that used to go in the text section really go there. */ - -int flag_no_mach_text_sections = 0; - int name_needs_quotes (name) const char *name; |