summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LoggerI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/LoggerI.h')
-rw-r--r--cpp/src/Ice/LoggerI.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/src/Ice/LoggerI.h b/cpp/src/Ice/LoggerI.h
index 577e868818d..70a3897a86a 100644
--- a/cpp/src/Ice/LoggerI.h
+++ b/cpp/src/Ice/LoggerI.h
@@ -49,10 +49,6 @@ private:
// after which rename could be attempted again. Otherwise is set to zero.
//
IceUtil::Time _nextRetry;
-#if defined(_WIN32) && !defined(ICE_OS_UWP)
- const StringConverterPtr _consoleConverter;
-#endif
-
};
ICE_DEFINE_PTR(LoggerIPtr, LoggerI);