summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-26 02:58:51 +0000
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-26 02:58:51 +0000
commit17a6a253e07db57e1f7d3a1f165b4d28834fb54b (patch)
tree68a89d9506b78737b09e8f22f83a7db4a51cf7ec /gcc/gcc.c
parent17e01dc5312385e3f135fd4b67272ab6203439d5 (diff)
downloadgcc-17a6a253e07db57e1f7d3a1f165b4d28834fb54b.tar.gz
* gcc.c (warn_std): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55000 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index fc0f3592c97..c980fc0bb4e 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;