* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
authorNeil Booth <neil@daikokuya.co.uk>
Wed, 7 Aug 2002 21:47:47 +0000 (21:47 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Wed, 7 Aug 2002 21:47:47 +0000 (21:47 +0000)
From-SVN: r56109

gcc/ChangeLog
gcc/cppmacro.c

index 297f68803696ea7a57cc0e82c4f4581bc44d704c..b1b380f95547dfc4bd7064cf30488ded61f82caa 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
+
+       * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
+
 2002-08-07  John David Anglin  <dave@hiauly1.hia.nrc.ca>
 
        * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and
index 76030903089766f2714c948872798170070db989..ead48f6429cb70a58fcc4c3023169dfc38ad433f 100644 (file)
@@ -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))