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:
David Chisnall
2019-02-21 09:47:43 +00:00
committed by David Chisnall
parent 6af4c97726
commit f6349092c9

View File

@@ -171,7 +171,6 @@ namespace snmalloc
return p;
}
#define TEST_LAZY_DECOMMIT 4
ALWAYSINLINE void lazy_decommit_if_needed()
{
#ifdef TEST_LAZY_DECOMMIT