aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
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 fc0f359..c980fc0 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;