mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix windows build
This commit is contained in:
parent
ba4e2a6582
commit
17b4c20435
@ -55,14 +55,6 @@ run(void* r)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void*
|
||||
allocate(System* s, unsigned size)
|
||||
{
|
||||
void* p = s->tryAllocate(size);
|
||||
if (p == 0) abort();
|
||||
return p;
|
||||
}
|
||||
|
||||
const bool Verbose = false;
|
||||
|
||||
const unsigned Waiting = 1 << 0;
|
||||
|
Loading…
Reference in New Issue
Block a user