summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Object.cpp')
-rw-r--r--cpp/src/Ice/Object.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/Object.cpp b/cpp/src/Ice/Object.cpp
index 5295d6033ed..3b8d2a64b07 100644
--- a/cpp/src/Ice/Object.cpp
+++ b/cpp/src/Ice/Object.cpp
@@ -28,12 +28,6 @@ Ice::Object::operator==(const Object& r) const
}
bool
-Ice::Object::operator!=(const Object& r) const
-{
- return this != &r;
-}
-
-bool
Ice::Object::operator<(const Object& r) const
{
return this < &r;