summaryrefslogtreecommitdiff
path: root/extstore.c
diff options
context:
space:
mode:
Diffstat (limited to 'extstore.c')
-rw-r--r--extstore.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/extstore.c b/extstore.c
index 6ce9ba6..b9e2fb7 100644
--- a/extstore.c
+++ b/extstore.c
@@ -784,10 +784,6 @@ static void *extstore_io_thread(void *arg) {
} else {
ret = readv(p->fd, cur_io->iov, cur_io->iovcnt);
}
-#ifdef EXTSTORE_DEBUG
- } else {
- perror("lseek failed");
-#endif
}
#else
if (cur_io->iov == NULL) {