]> granicus.if.org Git - icinga2/commitdiff
Remove InitializeLibrary TODO.
authorGunnar Beutner <gunnar@beutner.name>
Tue, 22 Jan 2013 08:04:36 +0000 (09:04 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Tue, 22 Jan 2013 08:04:36 +0000 (09:04 +0100)
Closes #3538

lib/base/utility.cpp

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