diff options
Diffstat (limited to 'gcc/flags.h')
-rwxr-xr-x | gcc/flags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 874f626..737efb5 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -277,11 +277,6 @@ extern int flag_syntax_only; extern int flag_gen_aux_info; -/* Nonzero means make the text shared if supported. */ - -extern int flag_shared_data; - - /* flag_on_branch_count_reg means try to replace add-1,compare,branch tupple by a cheaper branch, on a count register. */ extern int flag_branch_on_count_reg; |