diff options
Diffstat (limited to 'tools/perf/util/symbol-minimal.c')
-rw-r--r-- | tools/perf/util/symbol-minimal.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/perf/util/symbol-minimal.c b/tools/perf/util/symbol-minimal.c index 48906333a858..11cdde980545 100644 --- a/tools/perf/util/symbol-minimal.c +++ b/tools/perf/util/symbol-minimal.c | |||
@@ -287,8 +287,7 @@ void symsrc__destroy(struct symsrc *ss) | |||
287 | 287 | ||
288 | int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, | 288 | int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, |
289 | struct symsrc *ss __maybe_unused, | 289 | struct symsrc *ss __maybe_unused, |
290 | struct map *map __maybe_unused, | 290 | struct map *map __maybe_unused) |
291 | symbol_filter_t filter __maybe_unused) | ||
292 | { | 291 | { |
293 | return 0; | 292 | return 0; |
294 | } | 293 | } |
@@ -334,7 +333,6 @@ enum dso_type dso__type_fd(int fd) | |||
334 | int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, | 333 | int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, |
335 | struct symsrc *ss, | 334 | struct symsrc *ss, |
336 | struct symsrc *runtime_ss __maybe_unused, | 335 | struct symsrc *runtime_ss __maybe_unused, |
337 | symbol_filter_t filter __maybe_unused, | ||
338 | int kmodule __maybe_unused) | 336 | int kmodule __maybe_unused) |
339 | { | 337 | { |
340 | unsigned char build_id[BUILD_ID_SIZE]; | 338 | unsigned char build_id[BUILD_ID_SIZE]; |