diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-08-07 21:47:47 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-08-07 21:47:47 +0000 |
commit | 34bb92e3f0d31562d06a839dcfc6ca68febb8321 (patch) | |
tree | 6de56216a8f10504199bd10d06cf28f4c2c23a3f /gcc/cppmacro.c | |
parent | 3ec5d64d3db747de6c46ba19e8da055cbfdaa7a2 (diff) | |
download | gcc-34bb92e3f0d31562d06a839dcfc6ca68febb8321.zip gcc-34bb92e3f0d31562d06a839dcfc6ca68febb8321.tar.gz gcc-34bb92e3f0d31562d06a839dcfc6ca68febb8321.tar.bz2 |
* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
From-SVN: r56109
Diffstat (limited to 'gcc/cppmacro.c')
-rw-r--r-- | gcc/cppmacro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 7603090..ead48f6 100644 --- a/gcc/cppmacro.c +++ b/gcc/cppmacro.c @@ -188,7 +188,6 @@ _cpp_builtin_macro_text (pfile, node) value 0. */ case BT_STDC: { - enum c_lang lang = CPP_OPTION (pfile, lang); if (CPP_IN_SYSTEM_HEADER (pfile) && CPP_OPTION (pfile, stdc_0_in_system_headers) && !CPP_OPTION (pfile,std)) |