Remove GRANULARITY check
This check was not doing anything. It was from an earlier dependency ordering issue that has now been fixed.
This commit is contained in:
@@ -140,10 +140,6 @@ namespace snmalloc
|
||||
}
|
||||
};
|
||||
|
||||
static_assert(
|
||||
SUPERSLAB_SIZE == SuperslabPagemap::GRANULARITY,
|
||||
"The superslab size should be the same as the pagemap granularity");
|
||||
|
||||
#ifndef SNMALLOC_DEFAULT_PAGEMAP
|
||||
# define SNMALLOC_DEFAULT_PAGEMAP snmalloc::SuperslabMap
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user