Commit 776735b9 authored by Ba Jing's avatar Ba Jing Committed by Steven Rostedt
Browse files

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: a75fecec ("ktest: Added sample.conf, new %default option format")
Link: https://lore.kernel.org/20240902130735.6034-1-bajing@cmss.chinamobile.com


Signed-off-by: default avatarBa Jing <bajing@cmss.chinamobile.com>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent a4e17a8f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -2965,8 +2965,6 @@ sub run_bisect_test {

    my $failed = 0;
    my $result;
    my $output;
    my $ret;

    $in_bisect = 1;