diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 13:44:07 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-09-14 13:44:07 +0200 |
commit | b0813ac3b91f6e29d241c5ba49d62756e821aaaf (patch) | |
tree | 97e47bd463c808ece95ea75ddcbe04475c0beb55 /cpp/src/Ice/InstrumentationI.cpp | |
parent | Java & C# PropertiesAdmin fixes (diff) | |
download | ice-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.cpp | 1 |
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 |