diff options
| author | Ba Jing <[email protected]> | 2024-09-02 13:07:35 +0000 |
|---|---|---|
| committer | Steven Rostedt <[email protected]> | 2024-12-18 21:51:50 +0000 |
| commit | 776735b954f49f85fd19e1198efa421fae2ad77c (patch) | |
| tree | e43778d0aa451a323ba9e27e95a92a18ae60611e | |
| parent | ktest.pl: Check kernelrelease return in get_version (diff) | |
| download | kernel-776735b954f49f85fd19e1198efa421fae2ad77c.tar.gz kernel-776735b954f49f85fd19e1198efa421fae2ad77c.zip | |
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/[email protected]
Signed-off-by: Ba Jing <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
| -rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 171262915636..c76ad0be54e2 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl @@ -2965,8 +2965,6 @@ sub run_bisect_test { my $failed = 0; my $result; - my $output; - my $ret; $in_bisect = 1; |
