]> Git Repo - linux.git/commitdiff
perf tools: Remove list entry from struct sort_entry
authorJiri Olsa <[email protected]>
Thu, 7 Jan 2016 09:14:07 +0000 (10:14 +0100)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 8 Jan 2016 15:58:04 +0000 (12:58 -0300)
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]>
tools/perf/util/sort.h

index dec536b6ab3de893472bdb4454a94028df0a3a46..687bbb1244281ba65a99c3cb78f5bcb8a1eaa41b 100644 (file)
@@ -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 *);
This page took 0.048364 seconds and 4 git commands to generate.