* Fixed build when DEBUG_ALLOCATION_GROUPS is not defined, thanks Rene.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-10-14 22:58:21 +00:00
parent 98ec129e53
commit 8cc45109d2
@@ -1014,6 +1014,7 @@ BlockAllocator::BitmapSize() const
} }
#ifdef DEBUG_ALLOCATION_GROUPS
void void
BlockAllocator::_CheckGroup(int32 groupIndex) const BlockAllocator::_CheckGroup(int32 groupIndex) const
{ {
@@ -1083,6 +1084,7 @@ BlockAllocator::_CheckGroup(int32 groupIndex) const
(int)group.fLargestLength, (int)largestStart, (int)largestLength); (int)group.fLargestLength, (int)largestStart, (int)largestLength);
} }
} }
#endif // DEBUG_ALLOCATION_GROUPS
// #pragma mark - Bitmap validity checking // #pragma mark - Bitmap validity checking