* include/line-map.h (struct line_maps):
Remove unused field last_listed. Update all users.
From-SVN: r176898
+2011-07-28 Gabriel Charette <gchare@google.com>
+
+ * include/line-map.h (struct line_maps):
+ Remove unused field last_listed. Update all users.
+
2011-07-28 H.J. Lu <hongjiu.lu@intel.com>
* configure.ac: Set need_64bit_hwint to yes for x86 targets.
unsigned int cache;
- /* The most recently listed include stack, if any, starts with
- LAST_LISTED as the topmost including file. -1 indicates nothing
- has been listed yet. */
- int last_listed;
-
/* Depth of the include stack, including the current file. */
unsigned int depth;
set->maps = NULL;
set->allocated = 0;
set->used = 0;
- set->last_listed = -1;
set->trace_includes = false;
set->depth = 0;
set->cache = 0;