Skip to content

Commit 2f71a64

Browse files
committed
Remove unnecessary @:forward.new.
1 parent bfcd17c commit 2f71a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lime/system/ThreadPool.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ private abstract PseudoEvent(ThreadPool) from ThreadPool
779779
}
780780
}
781781

782-
@:forward.new @:forward
782+
@:forward
783783
private abstract JobArray(Array<JobData>) from Array<JobData>
784784
{
785785
public inline function clear():Void

0 commit comments

Comments
 (0)