mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 20:24:12 +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:
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user