* gcc.c (warn_std): Delete.

From-SVN: r55000
This commit is contained in:
Kaveh R. Ghazi 2002-06-26 02:58:51 +00:00 committed by Kaveh Ghazi
parent 8254cb4580
commit 09bed16720
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-06-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c (warn_std): Delete.
2002-06-25 Loren J. Rittle <ljrittle@acm.org>
* doc/extend.texi: Fix formatting of last checkin.

View File

@ -2967,9 +2967,6 @@ const char **outfiles;
/* Used to track if none of the -B paths are used. */
static int warn_B;
/* Used to track if standard path isn't used and -b or -V is specified. */
static int warn_std;
/* Gives value to pass as "warn" to add_prefix for standard prefixes. */
static int *warn_std_ptr = 0;