]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf util: Remove unused perf_color_default_config
authorDr. David Alan Gilbert <linux@treblig.org>
Wed, 5 Mar 2025 02:31:16 +0000 (02:31 +0000)
committerNamhyung Kim <namhyung@kernel.org>
Mon, 10 Mar 2025 18:31:24 +0000 (11:31 -0700)
commita9b496f4206733fce6c18dd0c439c794e02fdf9c
treea48823e8b8b57c492fe42a81f4e6f3c781c6cd1e
parent36e7748d33bf6a82e558009e03448e9321465e05
perf util: Remove unused perf_color_default_config

perf_color_default_config() was added in 2009 by
commit 8fc0321f1ad0 ("perf_counter tools: Add color terminal output
support")
but has remained unused.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250305023120.155420-3-linux@treblig.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/color.h
tools/perf/util/color_config.c