2011-05-28 15:41:18

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: [tip:perf/urgent] perf top: Remove unused macro

Commit-ID: 59fb1ee95e74e8e0777289c44300cbe812aca836
Gitweb: http://git.kernel.org/tip/59fb1ee95e74e8e0777289c44300cbe812aca836
Author: Arnaldo Carvalho de Melo <[email protected]>
AuthorDate: Fri, 27 May 2011 11:14:00 -0300
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Fri, 27 May 2011 16:02:20 -0300

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]>
---
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 2d7934e..375ed16 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,