diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-10-24 17:14:02 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-10-24 17:14:02 +0200 |
commit | 99466a48dad8b0340ba0d9f474eaa0e7624a7e98 (patch) | |
tree | de238d6878b75db35226e0ad714becbbff456da1 /cpp/src/Ice/InstrumentationI.cpp | |
parent | g++4.9 fix: Linux IceSSL unused method (diff) | |
download | ice-99466a48dad8b0340ba0d9f474eaa0e7624a7e98.tar.bz2 ice-99466a48dad8b0340ba0d9f474eaa0e7624a7e98.tar.xz ice-99466a48dad8b0340ba0d9f474eaa0e7624a7e98.zip |
Fixed bug ICE-5783 - php tests fails with --mx
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 dac18cab9dd..04eed7e78bd 100644 --- a/cpp/src/Ice/InstrumentationI.cpp +++ b/cpp/src/Ice/InstrumentationI.cpp @@ -1080,5 +1080,4 @@ CommunicatorObserverI::destroy() _endpointLookups.destroy(); _metrics->destroy(); - _metrics = 0; } |