input_file: removed global constructor

The global constructor is empty, and can be removed.
This commit is contained in:
Max Kellermann
2008-10-26 20:34:33 +01:00
parent 23552f89cc
commit 97a9c7a8e0
3 changed files with 0 additions and 7 deletions

View File

@@ -29,7 +29,6 @@
void initInputStream(void)
{
inputStream_initFile();
#ifdef HAVE_CURL
input_curl_global_init();
#endif