diff mbox

Fix bootstrap

Message ID alpine.LNX.2.00.1201091514410.4999@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Jan. 9, 2012, 2:14 p.m. UTC
Committed as obvious.

Richard.

2012-01-09  Richard Guenther  <rguenther@suse.de>

	libcpp/
	* macro.c (_cpp_builtin_macro_text): Remove unused variable map.
diff mbox

Patch

Index: macro.c
===================================================================
--- macro.c	(revision 183012)
+++ macro.c	(working copy)
@@ -217,7 +217,6 @@  static const char * const monthnames[] =
 const uchar *
 _cpp_builtin_macro_text (cpp_reader *pfile, cpp_hashnode *node)
 {
-  const struct line_map *map;
   const uchar *result = NULL;
   linenum_type number = 1;
 
@@ -300,7 +299,6 @@  _cpp_builtin_macro_text (cpp_reader *pfi
       break;
 
     case BT_SPECLINE:
-      map = LINEMAPS_LAST_ORDINARY_MAP (pfile->line_table);
       /* If __LINE__ is embedded in a macro, it must expand to the
 	 line of the macro's invocation, not its definition.
 	 Otherwise things like assert() will not work properly.  */