From: Namhyung Kim Date: Sun, 19 Apr 2015 04:04:09 +0000 (+0900) Subject: perf hists: Get rid of position field from struct hist_entry X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cc5e461ae8e071a95bf6ee917b50998dc31cae17;p=linux-beck.git perf hists: Get rid of position field from struct hist_entry It's not used anywhere, let's get rid of it. Signed-off-by: Namhyung Kim Cc: David Ahern Cc: Jiri Olsa Cc: Peter Zijlstra Link: http://lkml.kernel.org/r/1429416255-12070-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h index 846036a921dc..af192f172fa2 100644 --- a/tools/perf/util/sort.h +++ b/tools/perf/util/sort.h @@ -106,7 +106,6 @@ struct hist_entry { u8 filtered; char *srcline; struct symbol *parent; - unsigned long position; struct rb_root sorted_chain; struct branch_info *branch_info; struct hists *hists;