ZeroMem should not be a part of pal_consts.h

This commit is contained in:
rschust
2019-04-09 13:37:49 +01:00
committed by David Chisnall
parent 71900ef947
commit 51fbdf3a44
2 changed files with 6 additions and 6 deletions

View File

@@ -25,10 +25,4 @@ namespace snmalloc
*/
AlignedAllocation = (1 << 1)
};
enum ZeroMem
{
NoZero,
YesZero
};
}