input_file: removed global constructor
The global constructor is empty, and can be removed.
This commit is contained in:
@@ -29,7 +29,6 @@
|
||||
|
||||
void initInputStream(void)
|
||||
{
|
||||
inputStream_initFile();
|
||||
#ifdef HAVE_CURL
|
||||
input_curl_global_init();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user