summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-03-15 15:22:00 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-03-15 15:22:00 +0000
commitc95ae50506d66315810e6b1501aa7f4eaee3018e (patch)
tree82c050368f94054f9b6b3a03982a9567f6aad337 /cpp/src/Ice/Instance.cpp
parentFixed removeAdapter to not throw, bug 865 (diff)
downloadice-c95ae50506d66315810e6b1501aa7f4eaee3018e.tar.bz2
ice-c95ae50506d66315810e6b1501aa7f4eaee3018e.tar.xz
ice-c95ae50506d66315810e6b1501aa7f4eaee3018e.zip
Performance improvements, mainly inlining
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
{