diff options
Diffstat (limited to 'tools/perf/util/header.c')
-rw-r--r-- | tools/perf/util/header.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c index 28bf4442d577..605bbd5404fb 100644 --- a/tools/perf/util/header.c +++ b/tools/perf/util/header.c | |||
@@ -380,9 +380,6 @@ done: | |||
380 | static int write_cpudesc(struct feat_fd *ff, | 380 | static int write_cpudesc(struct feat_fd *ff, |
381 | struct perf_evlist *evlist __maybe_unused) | 381 | struct perf_evlist *evlist __maybe_unused) |
382 | { | 382 | { |
383 | #ifndef CPUINFO_PROC | ||
384 | #define CPUINFO_PROC {"model name", } | ||
385 | #endif | ||
386 | const char *cpuinfo_procs[] = CPUINFO_PROC; | 383 | const char *cpuinfo_procs[] = CPUINFO_PROC; |
387 | unsigned int i; | 384 | unsigned int i; |
388 | 385 | ||