Skip to content

Commit

Permalink
Remove unnecessary @:forward.new.
Browse files Browse the repository at this point in the history
  • Loading branch information
player-03 committed Sep 2, 2024
1 parent 0859148 commit 5e8ee13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lime/system/ThreadPool.hx
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ private abstract PseudoEvent(ThreadPool) from ThreadPool
}
}

@:forward.new @:forward
@:forward
private abstract JobArray(Array<JobData>) from Array<JobData>
{
public inline function clear():Void
Expand Down

0 comments on commit 5e8ee13

Please sign in to comment.