Remove InitializeLibrary TODO.

Closes #3538
This commit is contained in:
Gunnar Beutner 2013-01-22 09:04:36 +01:00
parent ecb044b679
commit 7dc761236d
1 changed files with 0 additions and 3 deletions

View File

@ -371,8 +371,5 @@ Utility::LoadIcingaLibrary(const String& library, bool module)
}
#endif /* _WIN32 */
// TODO: call InitializeLibrary
return hModule;
}