mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-17 03:39:07 +08:00
perf genelf: remove unused struct 'options'
'options' has been unused since
commit fa7f7e7354 ("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
This commit is contained in:
committed by
Namhyung Kim
parent
f7d4485fce
commit
f7abc0cfa8
@@ -54,11 +54,6 @@ typedef struct {
|
||||
char name[0]; /* Start of the name+desc data */
|
||||
} Elf_Note;
|
||||
|
||||
struct options {
|
||||
char *output;
|
||||
int fd;
|
||||
};
|
||||
|
||||
static char shd_string_table[] = {
|
||||
0,
|
||||
'.', 't', 'e', 'x', 't', 0, /* 1 */
|
||||
|
||||
Reference in New Issue
Block a user