From 8ac8b52a030d3df1e13bc455c0bfdcd6bb5bb63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20G=C3=BCnther?= Date: Sun, 1 Nov 2009 20:37:03 +0000 Subject: [PATCH] Removed part about where RadixBitmap is currently used, because the FreeBSD compat layer uses it, too. I think it is prone to inconsistency managing a usage list in the header file. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33860 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/kernel/util/RadixBitmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/private/kernel/util/RadixBitmap.h b/headers/private/kernel/util/RadixBitmap.h index e9b6f2ddb5..1265933d29 100644 --- a/headers/private/kernel/util/RadixBitmap.h +++ b/headers/private/kernel/util/RadixBitmap.h @@ -26,8 +26,7 @@ */ /* - * The radix bitmap structure is ported from FreeBSD and is only used - * in swap system at the time. + * The radix bitmap structure is ported from FreeBSD. */