summaryrefslogtreecommitdiff
path: root/tools/perf/util/addr_location.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/addr_location.h')
-rw-r--r--tools/perf/util/addr_location.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/addr_location.h b/tools/perf/util/addr_location.h
index 64b551025216..fdc4d3f3a68b 100644
--- a/tools/perf/util/addr_location.h
+++ b/tools/perf/util/addr_location.h
@@ -11,7 +11,6 @@ struct symbol;
struct addr_location {
struct thread *thread;
- struct maps *maps;
struct map *map;
struct symbol *sym;
const char *srcline;