diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index bdf2509..9ed226f 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -1319,11 +1319,6 @@ static this() static ~this() { - version(VibeLibasyncDriver) { - import vibe.core.drivers.libasync; - if (LibasyncDriver.isControlThread) - return; - } auto thisthr = Thread.getThis(); bool is_main_thread = false;