linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] perf tools: Remove duplicate #undef
@ 2021-06-16 12:03 Li Huafei
  2021-06-16 18:05 ` Arnaldo Carvalho de Melo
  0 siblings, 1 reply; 2+ messages in thread
From: Li Huafei @ 2021-06-16 12:03 UTC (permalink / raw)
  To: jolsa, acme
  Cc: peterz, mingo, mark.rutland, alexander.shishkin, namhyung,
	kan.liang, linux-perf-users, linux-kernel, zhangjinhao2,
	lihuafei1

Remove duplicate '#undef E'.

Signed-off-by: Li Huafei <lihuafei1@huawei.com>
---
 tools/perf/util/mem-events.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/perf/util/mem-events.c b/tools/perf/util/mem-events.c
index f93a852ad838..91e6d61fed46 100644
--- a/tools/perf/util/mem-events.c
+++ b/tools/perf/util/mem-events.c
@@ -24,8 +24,6 @@ static struct perf_mem_event perf_mem_events[PERF_MEM_EVENTS__MAX] = {
 };
 #undef E
 
-#undef E
-
 static char mem_loads_name[100];
 static bool mem_loads_name__init;
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-16 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-16 12:03 [PATCH -next] perf tools: Remove duplicate #undef Li Huafei
2021-06-16 18:05 ` Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).