Kill now unused bitmap defines from legacy code
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index f69de0d321bbcd6282c611f27e8b86483ff04b35..654db5f528b4d9ca4eb9dec9f70c6e3cfb7bf49d 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -588,11 +588,6 @@ static inline void fio_ro_check(struct thread_data *td, struct io_u *io_u)
        assert(!(io_u->ddir == DDIR_WRITE && !td_write(td)));
 }
 
-#define BLOCKS_PER_MAP         (8 * sizeof(unsigned long))
-#define TO_MAP_BLOCK(f, b)     (b)
-#define RAND_MAP_IDX(f, b)     (TO_MAP_BLOCK(f, b) / BLOCKS_PER_MAP)
-#define RAND_MAP_BIT(f, b)     (TO_MAP_BLOCK(f, b) & (BLOCKS_PER_MAP - 1))
-
 #define REAL_MAX_JOBS          2048
 
 static inline enum error_type_bit td_error_type(enum fio_ddir ddir, int err)