Skip to content

Commit

Permalink
change: oops on unused TicketSet#clear
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Nov 11, 2024
1 parent e3c80d4 commit d801411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void clear() {
for (Set<ItemTicket<K, V, Ctx>> tickets : status2Tickets) {
tickets.clear();
}
// this.targetStatus = initialStatus.ordinal();
this.targetStatus = this.computeTargetStatusSlow();
VarHandle.fullFence();
}

Expand Down

0 comments on commit d801411

Please sign in to comment.