aboutsummaryrefslogtreecommitdiff
path: root/src/input_file.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-26 20:34:33 +0100
committerMax Kellermann <max@duempel.org>2008-10-26 20:34:33 +0100
commit97a9c7a8e094f830e70fdb479425c96e182f8b5e (patch)
tree1edf28e67a2de1b3e1cdb589164a3addc9f8f0f8 /src/input_file.c
parent23552f89cc6fbd28ffba0c2c485a24ab6b95eaa3 (diff)
input_file: removed global constructor
The global constructor is empty, and can be removed.
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 db09b057..114fac49 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);