diff options
author | YamaArashi <shadow962@live.com> | 2016-04-26 22:37:36 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-26 22:37:36 -0700 |
commit | de1a8ac4962f923e0f4c5ec1f54cb8c684272791 (patch) | |
tree | df8c281db04a313c56620b93eb82356b10d94f75 /gcc/flags.h | |
parent | ec139d66e9945595e66a7f64be71f95647917b60 (diff) |
clean up toplev.c
Diffstat (limited to 'gcc/flags.h')
-rwxr-xr-x | gcc/flags.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index 1db099a..2bd3a4d 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -447,10 +447,6 @@ extern int flag_prefix_function_name; corners where we can. */ extern int current_function_is_thunk; -/* Value of the -G xx switch, and whether it was passed or not. */ -extern int g_switch_value; -extern int g_switch_set; - /* Nonzero if we dump in VCG format, not plain text. */ extern int dump_for_graph; |