fio: remove raw device support
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index e47d3d97064e2b897a9036f680470caf2b3b4f45..17daf91d6f39ed16cb01f1637f5ce68db2ff5134 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -157,10 +157,6 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu);
 #define OS_RAND_MAX                    RAND_MAX
 #endif
 
-#ifndef FIO_HAVE_RAWBIND
-#define fio_lookup_raw(dev, majdev, mindev)    1
-#endif
-
 #ifndef FIO_PREFERRED_ENGINE
 #define FIO_PREFERRED_ENGINE   "psync"
 #endif