From 0681d04c474280bb0e2587c283eaf1bb0bd7911c Mon Sep 17 00:00:00 2001 From: Gabriel Charette Date: Thu, 28 Jul 2011 20:57:20 +0000 Subject: 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 --- libcpp/line-map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcpp/line-map.c') diff --git a/libcpp/line-map.c b/libcpp/line-map.c index 86e2484..dd3f11c 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; -- cgit v1.1