summaryrefslogtreecommitdiffstats
path: root/sys/geom/stripe/g_stripe.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/stripe/g_stripe.h')
-rw-r--r--sys/geom/stripe/g_stripe.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/geom/stripe/g_stripe.h b/sys/geom/stripe/g_stripe.h
index b343e23..1b6e2e5 100644
--- a/sys/geom/stripe/g_stripe.h
+++ b/sys/geom/stripe/g_stripe.h
@@ -120,10 +120,4 @@ stripe_metadata_decode(const u_char *data, struct g_stripe_metadata *md)
md->md_provsize = le64dec(data + 64);
}
-#ifndef BITCOUNT
-#define BITCOUNT(x) (((BX_(x) + (BX_(x) >> 4)) & 0x0F0F0F0F) % 255)
-#define BX_(x) ((x) - (((x) >> 1) & 0x77777777) - \
- (((x) >> 2) & 0x33333333) - (((x) >> 3) & 0x11111111))
-#endif
-
#endif /* _G_STRIPE_H_ */
OpenPOWER on IntegriCloud