perf hists: Get rid of position field from struct hist_entry
authorNamhyung Kim <[email protected]>
Sun, 19 Apr 2015 04:04:09 +0000 (13:04 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 29 Apr 2015 13:37:44 +0000 (10:37 -0300)
It's not used anywhere, let's get rid of it.

Signed-off-by: Namhyung Kim <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[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 846036a921dc9152623fd5e70671b5f196e4b3de..af192f172fa2995d65eca8a6fa25d77990438eaf 100644 (file)
@@ -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;