diff options
author | Dr. David Alan Gilbert <[email protected]> | 2024-06-02 01:05:05 +0100 |
---|---|---|
committer | Namhyung Kim <[email protected]> | 2024-06-03 22:07:52 -0700 |
commit | f7abc0cfa8be0aa872842569583a69e6bdec0e76 (patch) | |
tree | 102b40b88ea919309233e654d8b391775f7b7f37 | |
parent | f7d4485fcedcb4978148bad5fcde570f63790323 (diff) |
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 <[email protected]>
Reviewed-by: Ian Rogers <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | tools/perf/util/genelf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/perf/util/genelf.c b/tools/perf/util/genelf.c index ac17a3cb59dc..c8f6bee1fa61 100644 --- a/tools/perf/util/genelf.c +++ b/tools/perf/util/genelf.c @@ -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 */ |