From 1337715b2d7618f4e71bd6a6656327fc519ae5e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Thu, 6 Oct 2016 22:05:07 +0200 Subject: [PATCH] Remove unused code. --- source/vibe/core/core.d | 5 ----- 1 file changed, 5 deletions(-) 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;