mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 17:46:47 +07:00
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:
parent
3a0b3bbbff
commit
e5ed531dca
@ -238,7 +238,6 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
|
|
||||||
END {
|
END {
|
||||||
alldone = 0;
|
|
||||||
batch = 0;
|
batch = 0;
|
||||||
nc = -1;
|
nc = -1;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user