diff options
author | Mark Spruiell <mes@zeroc.com> | 2013-07-12 07:25:52 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2013-07-12 07:25:52 -0700 |
commit | 8aa7b01f875717abbd3983bba72b26a61b891df5 (patch) | |
tree | e2ab36a79a094ba8d23d32a47ac0ebfdc247690d /cpp/src/Ice/Network.h | |
parent | minor fixes for initgroups (diff) | |
download | ice-8aa7b01f875717abbd3983bba72b26a61b891df5.tar.bz2 ice-8aa7b01f875717abbd3983bba72b26a61b891df5.tar.xz ice-8aa7b01f875717abbd3983bba72b26a61b891df5.zip |
ICE-5377 - simplifying fix
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rw-r--r-- | cpp/src/Ice/Network.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 46b01689ec0..c9416ee4ef6 100644 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -257,9 +257,6 @@ private: std::string _host; int _port; Address _address; -#ifndef NDEBUG - bool _haveAddress; -#endif }; ICE_API bool noMoreFds(int); |