Merge branch 'segmented-threads'
[fio.git] / os / os.h
diff --git a/os/os.h b/os/os.h
index 9a280e541f1b505a45622f7649279650c0c1165c..b46f4164008eb9d63a33f8b668204e77060314dd 100644 (file)
--- a/os/os.h
+++ b/os/os.h
@@ -172,10 +172,6 @@ extern int fio_cpus_split(os_cpu_mask_t *mask, unsigned int cpu);
 #endif
 #endif
 
-#ifndef FIO_MAX_JOBS
-#define FIO_MAX_JOBS           4096
-#endif
-
 #ifndef CONFIG_SOCKLEN_T
 typedef unsigned int socklen_t;
 #endif