summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/DLLMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/DLLMain.cpp')
-rw-r--r--cpp/src/Ice/DLLMain.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/DLLMain.cpp b/cpp/src/Ice/DLLMain.cpp
index c96e8f45d9b..a6b8876b3af 100644
--- a/cpp/src/Ice/DLLMain.cpp
+++ b/cpp/src/Ice/DLLMain.cpp
@@ -7,7 +7,6 @@
//
// **********************************************************************
-#include <Ice/EventLoggerI.h>
#include <Ice/ImplicitContextI.h>
#include <Ice/Service.h>
@@ -37,7 +36,6 @@ ice_DLL_Main(HINSTANCE hDLL, DWORD reason, LPVOID reserved)
if(reason == DLL_PROCESS_ATTACH)
{
- Ice::EventLoggerI::setModuleHandle(hDLL);
Ice::Service::setModuleHandle(hDLL);
}
else if(reason == DLL_THREAD_DETACH)