Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ktest.pl: Remove unused declarations in run_bisect_test function

Since $output and $ret are not used in the subsequent code, the declarations
should be removed.

Fixes: a75fececff3c ("ktest: Added sample.conf, new %default option format")
Link: https://lore.kernel.org/20240902130735.6034-1-bajing@cmss.chinamobile.com
Signed-off-by: Ba Jing <bajing@cmss.chinamobile.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>

authored by

Ba Jing and committed by
Steven Rostedt
776735b9 a4e17a8f

-2
-2
tools/testing/ktest/ktest.pl
··· 2965 2965 2966 2966 my $failed = 0; 2967 2967 my $result; 2968 - my $output; 2969 - my $ret; 2970 2968 2971 2969 $in_bisect = 1; 2972 2970