Remove debugging define.
This was enabled so CI would run it. It probably should be enabled for some testing, but via CMake, not like this.
This commit is contained in:
committed by
David Chisnall
parent
6af4c97726
commit
f6349092c9
@@ -171,7 +171,6 @@ namespace snmalloc
|
||||
return p;
|
||||
}
|
||||
|
||||
#define TEST_LAZY_DECOMMIT 4
|
||||
ALWAYSINLINE void lazy_decommit_if_needed()
|
||||
{
|
||||
#ifdef TEST_LAZY_DECOMMIT
|
||||
|
||||
Reference in New Issue
Block a user