diff options
author | Gabriel Charette <gchare@google.com> | 2011-07-28 20:57:20 +0000 |
---|---|---|
committer | Gabriel Charette <gchare@gcc.gnu.org> | 2011-07-28 20:57:20 +0000 |
commit | 0681d04c474280bb0e2587c283eaf1bb0bd7911c (patch) | |
tree | 2f4fc7403cfe8423ab82b8982d579b5e1cc69326 /libcpp/include | |
parent | d266391244dae81f7f1693d9927df4c6c1bc146b (diff) | |
download | gcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.zip gcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.tar.gz gcc-0681d04c474280bb0e2587c283eaf1bb0bd7911c.tar.bz2 |
line-map.h (struct line_maps): Remove unused field last_listed.
* include/line-map.h (struct line_maps):
Remove unused field last_listed. Update all users.
From-SVN: r176898
Diffstat (limited to 'libcpp/include')
-rw-r--r-- | libcpp/include/line-map.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libcpp/include/line-map.h b/libcpp/include/line-map.h index 3234423..f1d5bee 100644 --- a/libcpp/include/line-map.h +++ b/libcpp/include/line-map.h @@ -76,11 +76,6 @@ struct GTY(()) line_maps { 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; |