diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2001-04-12 22:18:51 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2001-04-12 22:18:51 +0000 |
commit | e197a0eccf657070164bcc608c4c1369465b1c42 (patch) | |
tree | a1b970a09b25369fdba41d9cffa4349e83d7ad7b /gcc/f/bad.c | |
parent | 640cea5fb46684f1f837f8096724182f0bb113e7 (diff) | |
download | gcc-e197a0eccf657070164bcc608c4c1369465b1c42.zip gcc-e197a0eccf657070164bcc608c4c1369465b1c42.tar.gz gcc-e197a0eccf657070164bcc608c4c1369465b1c42.tar.bz2 |
bad.c (inhibit_warnings): Delete redundant declaration.
* bad.c (inhibit_warnings): Delete redundant declaration.
* com.c (skip_redundant_dir_prefix): Likewise.
* com.h (mark_addressable): Likewise.
From-SVN: r41312
Diffstat (limited to 'gcc/f/bad.c')
-rw-r--r-- | gcc/f/bad.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/f/bad.c b/gcc/f/bad.c index f34253f..930daf9 100644 --- a/gcc/f/bad.c +++ b/gcc/f/bad.c @@ -184,8 +184,6 @@ ffebad_start_ (bool lex_override, ffebad errnum, ffebadSeverity sev, #if FFECOM_targetCURRENT == FFECOM_targetGCC { - extern int inhibit_warnings; /* From toplev.c. */ - switch (ffebad_severity_) { /* Tell toplev.c about this message. */ case FFEBAD_severityINFORMATIONAL: |