From: Kaveh R. Ghazi Date: Wed, 26 Jun 2002 02:58:51 +0000 (+0000) Subject: * gcc.c (warn_std): Delete. X-Git-Tag: releases/gcc-3.3.0~4100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=09bed1672046d8c6a5ea9c39af2d64e5143fee55;p=thirdparty%2Fgcc.git * gcc.c (warn_std): Delete. From-SVN: r55000 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f2d8f0777cad..a221f1151310 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-06-25 Kaveh R. Ghazi + + * gcc.c (warn_std): Delete. + 2002-06-25 Loren J. Rittle * doc/extend.texi: Fix formatting of last checkin. diff --git a/gcc/gcc.c b/gcc/gcc.c index fc0f3592c979..c980fc0bb4e8 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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;