diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-06-26 02:58:51 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-06-26 02:58:51 +0000 |
commit | 09bed1672046d8c6a5ea9c39af2d64e5143fee55 (patch) | |
tree | 68a89d9506b78737b09e8f22f83a7db4a51cf7ec /gcc/gcc.c | |
parent | 8254cb4580f6f59957c8849d859073452499b704 (diff) | |
download | gcc-09bed1672046d8c6a5ea9c39af2d64e5143fee55.zip gcc-09bed1672046d8c6a5ea9c39af2d64e5143fee55.tar.gz gcc-09bed1672046d8c6a5ea9c39af2d64e5143fee55.tar.bz2 |
* gcc.c (warn_std): Delete.
From-SVN: r55000
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; |