diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 2d7934e9de380da65b3c5f8e3a9ad5684d1af1a6..375ed160d9362f4d6755addac29708678d476203 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c @@ -62,8 +62,6 @@ #include #include -#define FD(e, x, y) (*(int *)xyarray__entry(e->fd, x, y)) - static struct perf_top top = { .count_filter = 5, .delay_secs = 2,