summaryrefslogtreecommitdiffstats
path: root/src/disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/disk.c b/src/disk.c
index 6bdd974..0b6b494 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -207,11 +207,6 @@ int disk_dump_dev(int fd, const char * file) {
#endif
- if ( blksize > ULLONG_MAX ) {
- ERROR("Block device is too big");
- return -1;
- }
-
if ( blksize == 0 ) {
ERROR("Block device has zero size");
return -1;