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/Ice/TcpTransceiver.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/Ice/TcpTransceiver.cpp')
-rw-r--r-- | cpp/src/Ice/TcpTransceiver.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Ice/TcpTransceiver.cpp b/cpp/src/Ice/TcpTransceiver.cpp index 0c348426601..ec2078c279d 100644 --- a/cpp/src/Ice/TcpTransceiver.cpp +++ b/cpp/src/Ice/TcpTransceiver.cpp @@ -575,8 +575,6 @@ IceInternal::TcpTransceiver::TcpTransceiver(const ProtocolInstancePtr& instance, IceInternal::TcpTransceiver::TcpTransceiver(const ProtocolInstancePtr& instance, SOCKET fd) : NativeInfo(fd), _instance(instance), - _addr(Address()), - _sourceAddr(Address()), _state(StateConnected), _desc(fdToString(_fd)) #ifdef ICE_USE_IOCP |