rcutorture/kvm.sh: Remove unused variable, `alldone`
authorSeongJae Park <sj38.park@gmail.com>
Fri, 3 Nov 2017 10:17:22 +0000 (19:17 +0900)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 11 Dec 2017 17:18:24 +0000 (09:18 -0800)
The variable `alldone` is defined but not used within an awk script.
This commit therefore removes it.

Fixes:53954671033d ("rcutorture: Do better bin packing")

Signed-off-by: SeongJae Park <sj38.park@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
tools/testing/selftests/rcutorture/bin/kvm.sh

index ccd49e9..7eb8d14 100755 (executable)
@@ -238,7 +238,6 @@ BEGIN {
 }
 
 END {
-       alldone = 0;
        batch = 0;
        nc = -1;