]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c (warn_std): Delete.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 26 Jun 2002 02:58:51 +0000 (02:58 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 26 Jun 2002 02:58:51 +0000 (02:58 +0000)
From-SVN: r55000

gcc/ChangeLog
gcc/gcc.c

index f2d8f0777cade206211c4210ee2971e01b7a02c9..a221f115131007f8d8935b1f20ec20f6a35676dd 100644 (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.
index fc0f3592c9798ee33e09b5e6219b9a05cd822644..c980fc0bb4e813c15164db59628700f1285f0f5a 100644 (file)
--- 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;
 \f