fix linux compile

pull/16/head
Ryan Tharp 6 years ago
parent a5f2f7080d
commit 80f70f5a84

@ -110,7 +110,7 @@ namespace llarp
condition.NotifyOne();
}
/*
#ifdef __linux__
static int
runIsolated(void *arg)
{
@ -125,7 +125,7 @@ namespace llarp
func();
return 0;
}
*/
#endif
void
IsolatedPool::Spawn(size_t workers, const char *name)

Loading…
Cancel
Save