OSDN Git Service

* gcc.c (warn_std): Delete.
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2002 02:58:51 +0000 (02:58 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Jun 2002 02:58:51 +0000 (02:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55000 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gcc.c

index f2d8f07..a221f11 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 fc0f359..c980fc0 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