diff options
Diffstat (limited to 'tools/perf/tests/hists_common.c')
-rw-r--r-- | tools/perf/tests/hists_common.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/tests/hists_common.c b/tools/perf/tests/hists_common.c index bcfd081ee1d2..071a8b5f5232 100644 --- a/tools/perf/tests/hists_common.c +++ b/tools/perf/tests/hists_common.c | |||
@@ -87,11 +87,6 @@ struct machine *setup_fake_machine(struct machines *machines) | |||
87 | return NULL; | 87 | return NULL; |
88 | } | 88 | } |
89 | 89 | ||
90 | if (machine__create_kernel_maps(machine)) { | ||
91 | pr_debug("Cannot create kernel maps\n"); | ||
92 | return NULL; | ||
93 | } | ||
94 | |||
95 | for (i = 0; i < ARRAY_SIZE(fake_threads); i++) { | 90 | for (i = 0; i < ARRAY_SIZE(fake_threads); i++) { |
96 | struct thread *thread; | 91 | struct thread *thread; |
97 | 92 | ||