Remove unused function: min

This commit is contained in:
Hiroki Noda 2019-12-01 09:16:14 +09:00 committed by Mathias LANG
parent 4e823ee1df
commit 3fd907edd4

View file

@ -38,7 +38,7 @@ final class EpollEventLoop : PosixEventLoop {
override bool doProcessEvents(Duration timeout)
@trusted {
import std.algorithm : min, max;
import std.algorithm : max;
//assert(Fiber.getThis() is null, "processEvents may not be called from within a fiber!");
debug (EventCoreEpollDebug) print("Epoll wait %s, %s", m_events.length, timeout);