diff options
author | Arnaldo Carvalho de Melo <[email protected]> | 2011-05-27 11:14:00 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2011-05-27 16:02:20 -0300 |
commit | 59fb1ee95e74e8e0777289c44300cbe812aca836 (patch) | |
tree | 67204d7bc49c0827947310f58419c0267d0bde87 | |
parent | 4af4c9550ccaaf0b53013ff730bc15068ffe6abc (diff) |
perf top: Remove unused macro
Cc: Frederic Weisbecker <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Tom Zanussi <[email protected]>
Link: http://lkml.kernel.org/n/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 2d7934e9de38..375ed160d936 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -62,8 +62,6 @@ #include <linux/unistd.h> #include <linux/types.h> -#define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) - static struct perf_top top = { .count_filter = 5, .delay_secs = 2, |