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:
Matthew Parkinson
2019-01-17 14:38:14 +00:00
parent 164df40372
commit ee9d899aa3
2 changed files with 0 additions and 10 deletions

View File

@@ -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