diff options
Diffstat (limited to 'cpp/src/Ice/Thread.cpp')
-rw-r--r-- | cpp/src/Ice/Thread.cpp | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cpp/src/Ice/Thread.cpp b/cpp/src/Ice/Thread.cpp index 12c5fc1738c..7882a0a2948 100644 --- a/cpp/src/Ice/Thread.cpp +++ b/cpp/src/Ice/Thread.cpp @@ -238,12 +238,6 @@ IceUtil::Thread::operator==(const Thread& rhs) const } bool -IceUtil::Thread::operator!=(const Thread& rhs) const -{ - return this != &rhs; -} - -bool IceUtil::Thread::operator<(const Thread& rhs) const { return this < &rhs; @@ -503,12 +497,6 @@ IceUtil::Thread::operator==(const Thread& rhs) const } bool -IceUtil::Thread::operator!=(const Thread& rhs) const -{ - return this != &rhs; -} - -bool IceUtil::Thread::operator<(const Thread& rhs) const { return this < &rhs; @@ -790,12 +778,6 @@ IceUtil::Thread::operator==(const Thread& rhs) const } bool -IceUtil::Thread::operator!=(const Thread& rhs) const -{ - return this != &rhs; -} - -bool IceUtil::Thread::operator<(const Thread& rhs) const { return this < &rhs; |