Commit e5ed531d authored by SeongJae Park's avatar SeongJae Park Committed by Paul E. McKenney

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:53954671 ("rcutorture: Do better bin packing")
Signed-off-by: default avatarSeongJae Park <sj38.park@gmail.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent 3a0b3bbb
......@@ -238,7 +238,6 @@ BEGIN {
}
END {
alldone = 0;
batch = 0;
nc = -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment