diff options
author | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-05-02 21:32:34 +0200 |
commit | b28fb85d445c3907143d8fa4ba3f2bf2802b754d (patch) | |
tree | 876949adbfce417b4247f2ef66cd1eb69f02b9c4 /cpp/src/IceWS/TransceiverI.cpp | |
parent | Update dependencies (diff) | |
download | ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.bz2 ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.tar.xz ice-b28fb85d445c3907143d8fa4ba3f2bf2802b754d.zip |
Fixed (ICE-5510) - Remove Stats interface that was deprecated in 3.5
Diffstat (limited to 'cpp/src/IceWS/TransceiverI.cpp')
-rw-r--r-- | cpp/src/IceWS/TransceiverI.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/IceWS/TransceiverI.cpp b/cpp/src/IceWS/TransceiverI.cpp index ae1c1fb7442..ad3bb210d59 100644 --- a/cpp/src/IceWS/TransceiverI.cpp +++ b/cpp/src/IceWS/TransceiverI.cpp @@ -16,7 +16,6 @@ #include <Ice/LoggerUtil.h> #include <Ice/Buffer.h> #include <Ice/LocalException.h> -#include <Ice/Stats.h> #include <Ice/Base64.h> #include <IceUtil/Random.h> #include <IceUtil/StringUtil.h> |