diff options
Diffstat (limited to 'tools/perf/arch/powerpc/util/sym-handling.c')
| -rw-r--r-- | tools/perf/arch/powerpc/util/sym-handling.c | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/perf/arch/powerpc/util/sym-handling.c b/tools/perf/arch/powerpc/util/sym-handling.c index abb7a12d8f93..0856b32f9e08 100644 --- a/tools/perf/arch/powerpc/util/sym-handling.c +++ b/tools/perf/arch/powerpc/util/sym-handling.c @@ -10,16 +10,6 @@  #include "probe-event.h"  #include "probe-file.h" -#ifdef HAVE_LIBELF_SUPPORT -bool elf__needs_adjust_symbols(GElf_Ehdr ehdr) -{ -	return ehdr.e_type == ET_EXEC || -	       ehdr.e_type == ET_REL || -	       ehdr.e_type == ET_DYN; -} - -#endif -  int arch__choose_best_symbol(struct symbol *syma,  			     struct symbol *symb __maybe_unused)  {  |