aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <[email protected]>2021-11-23 22:18:21 +0100
committerArnaldo Carvalho de Melo <[email protected]>2021-12-16 12:18:11 -0300
commit888569dbcd80a0bb87371e9fb0fa3802c7aa9b14 (patch)
tree93c14719ae92a8613e71030ebcb59af7345dfe15 /tools/perf/scripts/python
parentb0fde9c6e291e528878ea3713997777713fe44c6 (diff)
perf dlfilter: Drop unused variable
Compiling tools/perf/dlfilters/dlfilter-test-api-v0.c result in: checking for stdlib.h... dlfilters/dlfilter-test-api-v0.c: In function ‘filter_event’: dlfilters/dlfilter-test-api-v0.c:311:29: warning: unused variable ‘d’ [-Wunused-variable] 311 | struct filter_data *d = data; | So remove the variable now. Reviewed-by: German Gomez <[email protected]> Signed-off-by: Salvatore Bonaccorso <[email protected]> Acked-by: Adrian Hunter <[email protected]> Cc: Alexander Shishkin <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mark Rutland <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions