Skip to content

Commit

Permalink
perf tools: Remove list entry from struct sort_entry
Browse files Browse the repository at this point in the history
It's no longer needed.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Noel Grandin <noelgrandin@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1452158050-28061-11-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Jan 8, 2016
1 parent 685c841 commit bb4ced2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/perf/util/sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down

0 comments on commit bb4ced2

Please sign in to comment.