diff options
Diffstat (limited to 'cppe/src/IceE/Connection.cpp')
-rwxr-xr-x | cppe/src/IceE/Connection.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cppe/src/IceE/Connection.cpp b/cppe/src/IceE/Connection.cpp index db69e10e014..4814c531370 100755 --- a/cppe/src/IceE/Connection.cpp +++ b/cppe/src/IceE/Connection.cpp @@ -34,18 +34,6 @@ using namespace IceInternal; IceUtil::Shared* IceInternal::upCast(Connection* p) { return p; } -bool -Ice::operator==(const Connection& l, const Connection& r) -{ - return &l == &r; -} - -bool -Ice::operator<(const Connection& l, const Connection& r) -{ - return &l < &r; -} - void Ice::Connection::waitForValidation() { |