Skip to content

Commit 776735b

Browse files
Ba Jingrostedt
authored andcommitted
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: a75fece ("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>
1 parent a4e17a8 commit 776735b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/testing/ktest/ktest.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,8 +2965,6 @@ sub run_bisect_test {
29652965

29662966
my $failed = 0;
29672967
my $result;
2968-
my $output;
2969-
my $ret;
29702968

29712969
$in_bisect = 1;
29722970

0 commit comments

Comments
 (0)