]> www.infradead.org Git - users/jedix/linux-maple.git/commit
perf annotate: Remove unused len parameter from annotation_line__print()
authorNamhyung Kim <namhyung@kernel.org>
Mon, 10 Mar 2025 22:49:20 +0000 (15:49 -0700)
committerNamhyung Kim <namhyung@kernel.org>
Thu, 13 Mar 2025 07:19:51 +0000 (00:19 -0700)
commit1f284082b167d275ca1d291869da4ef3b2261fb9
treed787c71bfd1a1d60635ac1847619f05b257dabf6
parentce2289ad0a2102f73d2b2b100f4dcf13021cf05b
perf annotate: Remove unused len parameter from annotation_line__print()

It's not used anywhere, let's get rid of it.

Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250310224925.799005-3-namhyung@kernel.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/annotate.c