diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-21 12:41:34 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-21 12:41:34 -0230 |
commit | 1ae14398579f0be60a27c0729e56a33d4292450f (patch) | |
tree | 6eb09e1c88afecd6aa7f9597d3fc132614700033 /cpp/src/IceSSL/SecureTransportTransceiverI.cpp | |
parent | ICE-5638 add default constructor for Address union (diff) | |
download | ice-1ae14398579f0be60a27c0729e56a33d4292450f.tar.bz2 ice-1ae14398579f0be60a27c0729e56a33d4292450f.tar.xz ice-1ae14398579f0be60a27c0729e56a33d4292450f.zip |
Removed some unecessary initialization of class members
Diffstat (limited to 'cpp/src/IceSSL/SecureTransportTransceiverI.cpp')
-rw-r--r-- | cpp/src/IceSSL/SecureTransportTransceiverI.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/SecureTransportTransceiverI.cpp b/cpp/src/IceSSL/SecureTransportTransceiverI.cpp index 89ced9a5057..3a74ee44e5f 100644 --- a/cpp/src/IceSSL/SecureTransportTransceiverI.cpp +++ b/cpp/src/IceSSL/SecureTransportTransceiverI.cpp @@ -693,8 +693,6 @@ IceSSL::TransceiverI::TransceiverI(const InstancePtr& instance, SOCKET fd, const IceInternal::NativeInfo(fd), _instance(instance), _engine(SecureTransportEnginePtr::dynamicCast(instance->engine())), - _addr(IceInternal::Address()), - _sourceAddr(IceInternal::Address()), _adapterName(adapterName), _incoming(true), _ssl(0), |