Skip to content

Commit cd06e92

Browse files
committed
Remove unused constructors.
1 parent 939cf74 commit cd06e92

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/AsyncFiberWorks/Fibers/ThreadFiber.cs

-11
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,6 @@ public ThreadFiber(IDedicatedConsumerThreadWork queue, string threadName, bool i
6262
_workerThread.Start();
6363
}
6464

65-
/// <summary>
66-
/// Creates a thread fiber.
67-
/// </summary>
68-
/// <param name="consumerThread">A consumer thread.</param>
69-
public ThreadFiber(UserWorkerThread consumerThread)
70-
{
71-
_eventArgs = new FiberExecutionEventArgs(this.Pause, this.Resume);
72-
_workerThread = consumerThread;
73-
_workerThread.Start();
74-
}
75-
7665
/// <summary>
7766
/// Stop the thread.
7867
/// </summary>

0 commit comments

Comments
 (0)