summaryrefslogtreecommitdiff
path: root/python/modules/IcePy/Logger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'python/modules/IcePy/Logger.cpp')
-rw-r--r--python/modules/IcePy/Logger.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/modules/IcePy/Logger.cpp b/python/modules/IcePy/Logger.cpp
index 68357c8dadb..b98320375dc 100644
--- a/python/modules/IcePy/Logger.cpp
+++ b/python/modules/IcePy/Logger.cpp
@@ -101,7 +101,6 @@ IcePy::LoggerWrapper::getPrefix()
return getString(tmp.get());
}
-
Ice::LoggerPtr
IcePy::LoggerWrapper::cloneWithPrefix(const string& prefix)
{
@@ -307,7 +306,6 @@ loggerGetPrefix(LoggerObject* self)
return createString(prefix);
}
-
#ifdef WIN32
extern "C"
#endif