Remove unused code in lib/axmap.c
[fio.git] / lib / axmap.h
index a7a6f9429b8163e5c5d239a402d1d9aabd83ce63..55349d8731f2e4edfcc01f7aad025e309782acf6 100644 (file)
@@ -8,7 +8,6 @@ struct axmap;
 struct axmap *axmap_new(unsigned long nr_bits);
 void axmap_free(struct axmap *bm);
 
-void axmap_clear(struct axmap *axmap, uint64_t bit_nr);
 void axmap_set(struct axmap *axmap, uint64_t bit_nr);
 unsigned int axmap_set_nr(struct axmap *axmap, uint64_t bit_nr, unsigned int nr_bits);
 bool axmap_isset(struct axmap *axmap, uint64_t bit_nr);