]> git.ipfire.org Git - thirdparty/linux.git/commit
perf list: Remove unused 'sep' variable
authorArnaldo Carvalho de Melo <acme@kernel.org>
Thu, 11 Dec 2025 22:17:53 +0000 (19:17 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 17 Dec 2025 12:30:37 +0000 (09:30 -0300)
commitd311783bc68b011c77a4ef81321de2c94d7deffc
tree85910e4263bfb24ada236994334a7a40dfedd11d
parentea1013c1539270e372fc99854bc6e4d94eaeff66
perf list: Remove unused 'sep' variable

It is just being set to the return of strchr() but never used, just
ditch it and with it get rid of a warning about it not being const on
fedora 44.

Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20251211221756.96294-2-acme@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-list.c