summaryrefslogtreecommitdiffstats
path: root/include/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/blkdev.h')
-rw-r--r--include/blkdev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/blkdev.h b/include/blkdev.h
index 98efad681..34e4e924e 100644
--- a/include/blkdev.h
+++ b/include/blkdev.h
@@ -8,9 +8,6 @@
#define DEFAULT_SECTOR_SIZE 512
-/* open() retries when errno is ENOMEDIUM */
-#define CRDOM_NOMEDIUM_RETRIES 5
-
#if !defined(BLKROSET) && defined(__linux__)
#define BLKROSET _IO(0x12,93) /* set device read-only (0 = read-write) */