Re: [PATCH] perf script: Fix build by removing unused evsel_script()
From: Namhyung Kim
Date: Mon Nov 17 2025 - 20:35:51 EST
On Fri, 14 Nov 2025 14:06:18 +0000, James Clark wrote:
> The evsel_script() function is unused since the linked commit. Fix the
> build by removing it.
>
> Fixes the following compilation error:
>
> static inline struct evsel_script *evsel_script(struct evsel *evsel)
> ^
>
> [...]
Applied to perf-tools-next, thanks!
Best regards,
Namhyung