Skip to content

Commit

Permalink
Minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Oct 2, 2024
1 parent 548d76d commit a8a7809
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/vibe/core/sync.d
Original file line number Diff line number Diff line change
Expand Up @@ -1135,9 +1135,7 @@ struct LocalManualEvent {
@safe:

private {
alias Waiter = ThreadLocalWaiter!false;

Waiter m_waiter;
ThreadLocalWaiter!false m_waiter;
}

private void initialize()
Expand Down

0 comments on commit a8a7809

Please sign in to comment.