Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -238,7 +238,6 @@ BEGIN {
}
}


END {
END {
	alldone = 0;
	batch = 0;
	batch = 0;
	nc = -1;
	nc = -1;