diff options
author | gchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-28 20:57:20 +0000 |
---|---|---|
committer | gchare <gchare@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-07-28 20:57:20 +0000 |
commit | d44dc666b08e3a6ebeb034ef336f76662a9616a0 (patch) | |
tree | 2f4fc7403cfe8423ab82b8982d579b5e1cc69326 /libcpp/line-map.c | |
parent | 1c287e8d22108df6cff6a84f34148d64ead7270d (diff) | |
download | ppe42-gcc-d44dc666b08e3a6ebeb034ef336f76662a9616a0.tar.gz ppe42-gcc-d44dc666b08e3a6ebeb034ef336f76662a9616a0.zip |
* include/line-map.h (struct line_maps):
Remove unused field last_listed. Update all users.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libcpp/line-map.c')
-rw-r--r-- | libcpp/line-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/line-map.c b/libcpp/line-map.c index 86e2484fd0a..dd3f11cd660 100644 --- a/libcpp/line-map.c +++ b/libcpp/line-map.c @@ -34,7 +34,6 @@ linemap_init (struct line_maps *set) set->maps = NULL; set->allocated = 0; set->used = 0; - set->last_listed = -1; set->trace_includes = false; set->depth = 0; set->cache = 0; |