mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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: a75fececff ("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>
This commit is contained in:
@@ -2965,8 +2965,6 @@ sub run_bisect_test {
|
||||
|
||||
my $failed = 0;
|
||||
my $result;
|
||||
my $output;
|
||||
my $ret;
|
||||
|
||||
$in_bisect = 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user