rcutorture/kvm.sh: Remove unused variable, alldone

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>
This commit is contained in:
SeongJae Park 2017-11-03 19:17:22 +09:00 committed by Paul E. McKenney
parent 3a0b3bbbff
commit e5ed531dca

View file

@ -238,7 +238,6 @@ BEGIN {
}
END {
alldone = 0;
batch = 0;
nc = -1;