diff options
author | Jiri Olsa <[email protected]> | 2016-01-07 10:14:07 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-01-08 12:58:04 -0300 |
commit | bb4ced29f5d5ff1d4d51b602dad34a0d15495a67 (patch) | |
tree | 712830acea0827987394118f47ec4161dc35ef5a | |
parent | 685c84154cef61dd7d961f36ab92f13c3ef5d354 (diff) |
perf tools: Remove list entry from struct sort_entry
It's no longer needed.
Signed-off-by: Jiri Olsa <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Noel Grandin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/util/sort.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index dec536b6ab3d..687bbb124428 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -214,8 +214,6 @@ enum sort_type { */ struct sort_entry { - struct list_head list; - const char *se_header; int64_t (*se_cmp)(struct hist_entry *, struct hist_entry *); |