summaryrefslogtreecommitdiff
path: root/lib/hweight.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hweight.h')
-rw-r--r--lib/hweight.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/hweight.h b/lib/hweight.h
deleted file mode 100644
index 68861ddd..00000000
--- a/lib/hweight.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef FIO_HWEIGHT_H
-#define FIO_HWEIGHT_H
-
-#include <inttypes.h>
-
-unsigned int hweight8(uint8_t w);
-unsigned int hweight32(uint32_t w);
-unsigned int hweight64(uint64_t w);
-
-#endif