diff options
Diffstat (limited to 'sys/kern/subr_blist.c')
-rw-r--r-- | sys/kern/subr_blist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_blist.c b/sys/kern/subr_blist.c index 5672e0f2ba8a..c98744615ec9 100644 --- a/sys/kern/subr_blist.c +++ b/sys/kern/subr_blist.c @@ -192,7 +192,6 @@ bitrange(int n, int count) ((u_daddr_t)-1 >> (BLIST_BMAP_RADIX - (n + count)))); } - /* * Find the first bit set in a u_daddr_t. */ |