]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ktest.pl: Remove unused declarations in run_bisect_test function
authorBa Jing <bajing@cmss.chinamobile.com>
Mon, 2 Sep 2024 13:07:35 +0000 (21:07 +0800)
committerSteven Rostedt <rostedt@goodmis.org>
Wed, 18 Dec 2024 21:51:50 +0000 (16:51 -0500)
commit776735b954f49f85fd19e1198efa421fae2ad77c
treee43778d0aa451a323ba9e27e95a92a18ae60611e
parenta4e17a8f239a545c463f8ec27db4ed6e74b31841
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>
tools/testing/ktest/ktest.pl