summaryrefslogtreecommitdiff
path: root/apps/buffering.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/buffering.c')
-rw-r--r--apps/buffering.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index f194e2b..371cf22 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -1007,7 +1007,6 @@ int bufopen(const char *file, size_t offset, enum data_type type,
}
/* Other cases: there is a little more work. */
-
int fd = open(file, O_RDONLY);
if (fd < 0)
return ERR_FILE_ERROR;