Remove unused macro.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37704 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2010-07-22 20:49:00 +00:00
parent e653b86511
commit 3c0b4af4b4

View File

@ -31,7 +31,6 @@ struct VMArea;
// bounds.
#define SLAB_META_CHUNKS_PER_AREA (SLAB_AREA_SIZE / SLAB_CHUNK_SIZE_LARGE)
#define SLAB_SMALL_CHUNKS_PER_AREA (SLAB_AREA_SIZE / SLAB_CHUNK_SIZE_SMALL)
#define SLAB_SMALL_CHUNKS_PER_META_CHUNK \
(SLAB_CHUNK_SIZE_LARGE / SLAB_CHUNK_SIZE_SMALL)