summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/InstrumentationI.cpp
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-09-14 13:44:07 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-09-14 13:44:07 +0200
commitb0813ac3b91f6e29d241c5ba49d62756e821aaaf (patch)
tree97e47bd463c808ece95ea75ddcbe04475c0beb55 /cpp/src/Ice/InstrumentationI.cpp
parentJava & C# PropertiesAdmin fixes (diff)
downloadice-b0813ac3b91f6e29d241c5ba49d62756e821aaaf.tar.bz2
ice-b0813ac3b91f6e29d241c5ba49d62756e821aaaf.tar.xz
ice-b0813ac3b91f6e29d241c5ba49d62756e821aaaf.zip
Fixed to remove need for calling updateViews after map registration
Diffstat (limited to 'cpp/src/Ice/InstrumentationI.cpp')
-rw-r--r--cpp/src/Ice/InstrumentationI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/InstrumentationI.cpp b/cpp/src/Ice/InstrumentationI.cpp
index a5121ff7e23..3b7ae11a495 100644
--- a/cpp/src/Ice/InstrumentationI.cpp
+++ b/cpp/src/Ice/InstrumentationI.cpp
@@ -750,7 +750,6 @@ CommunicatorObserverI::CommunicatorObserverI(const MetricsAdminIPtr& metrics) :
_endpointLookups(metrics, "EndpointLookup")
{
_invocations.registerSubMap<Metrics>("Remote", &InvocationMetrics::remotes);
- _metrics->updateViews();
}
void