summaryrefslogtreecommitdiff
path: root/src/shared/bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/bitmap.c')
-rw-r--r--src/shared/bitmap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/shared/bitmap.c b/src/shared/bitmap.c
index de28b1055a..2eba72dd59 100644
--- a/src/shared/bitmap.c
+++ b/src/shared/bitmap.c
@@ -12,12 +12,6 @@
#include "macro.h"
#include "memory-util.h"
-struct Bitmap {
- uint64_t *bitmaps;
- size_t n_bitmaps;
- size_t bitmaps_allocated;
-};
-
/* Bitmaps are only meant to store relatively small numbers
* (corresponding to, say, an enum), so it is ok to limit
* the max entry. 64k should be plenty. */