From 97a9c7a8e094f830e70fdb479425c96e182f8b5e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 26 Oct 2008 20:34:33 +0100 Subject: input_file: removed global constructor The global constructor is empty, and can be removed. --- src/input_stream.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/input_stream.c') diff --git a/src/input_stream.c b/src/input_stream.c index 607cfc358..01b22028c 100644 --- a/src/input_stream.c +++ b/src/input_stream.c @@ -29,7 +29,6 @@ void initInputStream(void) { - inputStream_initFile(); #ifdef HAVE_CURL input_curl_global_init(); #endif -- cgit v1.2.3