Oops, forgot to remove the allocation

This commit is contained in:
Tony Garnock-Jones 2023-10-28 16:16:16 +02:00
parent 7d9174c363
commit 732bb0066d
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ public class Turn {
if (_pending == null) {
if (_pendingTarget == null) {
_pendingTarget = target;
@SuppressWarnings("unchecked")
var q = (Consumer<Turn>[]) new Consumer<?>[3];
_pending0 = action;
return;
}