From: Neil Booth Date: Wed, 7 Aug 2002 21:47:47 +0000 (+0000) Subject: * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable. X-Git-Tag: releases/gcc-3.3.0~3394 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=34bb92e3f0d31562d06a839dcfc6ca68febb8321;p=thirdparty%2Fgcc.git * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable. From-SVN: r56109 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 297f68803696..b1b380f95547 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-08-07 Neil Booth + + * cppmacro.c (_cpp_builtin_macro_text): Remove unused variable. + 2002-08-07 John David Anglin * configure.in (PREFIX_INCLUDE_DIR): Don't define if prefix and diff --git a/gcc/cppmacro.c b/gcc/cppmacro.c index 760309030897..ead48f6429cb 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))