Remove unused code.

This commit is contained in:
Sönke Ludwig 2016-10-06 22:05:07 +02:00
parent e294d24a4b
commit 1337715b2d

View file

@ -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;