Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf genelf: remove unused struct 'options'

'options' has been unused since
commit fa7f7e735495 ("perf jit: Move test functionality in to a test").

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240602000505.213032-1-linux@treblig.org

authored by

Dr. David Alan Gilbert and committed by
Namhyung Kim
f7abc0cf f7d4485f

-5
-5
tools/perf/util/genelf.c
··· 54 54 char name[0]; /* Start of the name+desc data */ 55 55 } Elf_Note; 56 56 57 - struct options { 58 - char *output; 59 - int fd; 60 - }; 61 - 62 57 static char shd_string_table[] = { 63 58 0, 64 59 '.', 't', 'e', 'x', 't', 0, /* 1 */