Remove unused code.
This commit is contained in:
parent
e294d24a4b
commit
1337715b2d
|
@ -1319,11 +1319,6 @@ static this()
|
||||||
|
|
||||||
static ~this()
|
static ~this()
|
||||||
{
|
{
|
||||||
version(VibeLibasyncDriver) {
|
|
||||||
import vibe.core.drivers.libasync;
|
|
||||||
if (LibasyncDriver.isControlThread)
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
auto thisthr = Thread.getThis();
|
auto thisthr = Thread.getThis();
|
||||||
|
|
||||||
bool is_main_thread = false;
|
bool is_main_thread = false;
|
||||||
|
|
Loading…
Reference in a new issue