Move {is,load}_blktrace() to a new header blktrace.h
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 5e3c813d8fb5b5f726d650c172aedde94f84f21d..c25cc36c4a3bfec2af2017c58df728654bdd7518 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -253,19 +253,6 @@ static inline uint64_t fio_swap64(uint64_t val)
        __cpu_to_le64(val);                     \
 })
 
-#ifndef FIO_HAVE_BLKTRACE
-static inline int is_blktrace(const char *fname, int *need_swap)
-{
-       return 0;
-}
-struct thread_data;
-static inline int load_blktrace(struct thread_data *td, const char *fname,
-                               int need_swap)
-{
-       return 1;
-}
-#endif
-
 #define FIO_DEF_CL_SIZE                128
 
 static inline int os_cache_line_size(void)