aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_file.c')
-rw-r--r--src/input_file.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_file.c b/src/input_file.c
index db09b0570..114fac49b 100644
--- a/src/input_file.c
+++ b/src/input_file.c
@@ -21,10 +21,6 @@
#include "log.h"
#include "os_compat.h"
-void inputStream_initFile(void)
-{
-}
-
static int
inputStream_fileSeek(struct input_stream *is, long offset, int whence);