summaryrefslogtreecommitdiffstats
path: root/fpart/src/cmd_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'fpart/src/cmd_read.c')
-rw-r--r--fpart/src/cmd_read.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fpart/src/cmd_read.c b/fpart/src/cmd_read.c
index 2bef712..cb907a0 100644
--- a/fpart/src/cmd_read.c
+++ b/fpart/src/cmd_read.c
@@ -99,9 +99,6 @@ int command_read(args_t * args)
}
}
- if (__ffs_buffer(ffs, block_size) < 0)
- return -1;
-
RAII(void*, block, malloc(block_size), free);
if (block == NULL) {
ERRNO(errno);
OpenPOWER on IntegriCloud