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 2bd3a4d..874f626 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -58,11 +58,6 @@ extern int optimize_size; extern int obey_regdecls; -/* Don't print functions as they are compiled and don't print - times taken by the various passes. -quiet. */ - -extern int quiet_flag; - /* Don't print warning messages. -w. */ extern int inhibit_warnings; |