diff options
author | YamaArashi <shadow962@live.com> | 2016-04-26 20:29:38 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-26 20:29:38 -0700 |
commit | ec139d66e9945595e66a7f64be71f95647917b60 (patch) | |
tree | 29c90fe37e97e428763e0ecaba4f8f9535d84acf /gcc/flags.h | |
parent | cb63bcc6810ee28bc780b4f82a740368b4087d89 (diff) |
fix warnings
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 5872372..1db099a 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -45,10 +45,6 @@ enum debug_info_level /* Specify how much debugging info to generate. */ extern enum debug_info_level debug_info_level; -/* Nonzero means use GNU-only extensions in the generated symbolic - debugging information. */ -extern int use_gnu_debug_info_extensions; - /* Nonzero means do optimizations. -opt. */ extern int optimize; |