Skip to content

Commit

Permalink
perf mem-events: Remove duplicate #undef
Browse files Browse the repository at this point in the history
Remove duplicate '#undef E'.

Signed-off-by: Li Huafei <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Zhang Jinhao <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
  • Loading branch information
Li Huafei authored and acmel committed Jun 16, 2021
1 parent 1fcc57b commit 28b8e87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/perf/util/mem-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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;

Expand Down

0 comments on commit 28b8e87

Please sign in to comment.