Skip to content

Commit

Permalink
rcutorture/kvm.sh: Remove unused variable, alldone
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
  • Loading branch information
sjp38 authored and paulmck committed Dec 11, 2017
1 parent 3a0b3bb commit e5ed531
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/testing/selftests/rcutorture/bin/kvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ BEGIN {
}
END {
alldone = 0;
batch = 0;
nc = -1;
Expand Down

0 comments on commit e5ed531

Please sign in to comment.