[PATCH 48/59] perf tools: Remove list entry from struct sort_entry

From: Arnaldo Carvalho de Melo
Date: Fri Jan 08 2016 - 13:09:45 EST


From: Jiri Olsa <jolsa@xxxxxxxxxx>

It's no longer needed.

Signed-off-by: Jiri Olsa <jolsa@xxxxxxxxxx>
Acked-by: Namhyung Kim <namhyung@xxxxxxxxxx>
Cc: Adrian Hunter <adrian.hunter@xxxxxxxxx>
Cc: David Ahern <dsahern@xxxxxxxxx>
Cc: Noel Grandin <noelgrandin@xxxxxxxxx>
Cc: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
Link: http://lkml.kernel.org/r/1452158050-28061-11-git-send-email-jolsa@xxxxxxxxxx
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
---
tools/perf/util/sort.h | 2 --
1 file changed, 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 *);
--
2.1.0