summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 511628ba858..f1a092270db 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -345,13 +345,6 @@ IceInternal::Instance::pluginManager() const
return _pluginManager;
}
-size_t
-IceInternal::Instance::messageSizeMax() const
-{
- // No mutex lock, immutable.
- return _messageSizeMax;
-}
-
int
IceInternal::Instance::clientACM() const
{