summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-06-02 01:05:05 +0100
committerNamhyung Kim <namhyung@kernel.org>2024-06-03 22:07:52 -0700
commitf7abc0cfa8be0aa872842569583a69e6bdec0e76 (patch)
tree102b40b88ea919309233e654d8b391775f7b7f37
parentf7d4485fcedcb4978148bad5fcde570f63790323 (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 <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
-rw-r--r--tools/perf/util/genelf.c5
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 */