diff options
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r-- | tools/perf/util/top.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h index ba111b25e16..bfbf95bcc60 100644 --- a/tools/perf/util/top.h +++ b/tools/perf/util/top.h | |||
@@ -16,7 +16,6 @@ struct sym_entry { | |||
16 | struct list_head node; | 16 | struct list_head node; |
17 | unsigned long snap_count; | 17 | unsigned long snap_count; |
18 | double weight; | 18 | double weight; |
19 | int skip; | ||
20 | struct map *map; | 19 | struct map *map; |
21 | unsigned long count[0]; | 20 | unsigned long count[0]; |
22 | }; | 21 | }; |