summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-06-19 11:30:34 -0230
committerBrent Eagles <brent@zeroc.com>2007-06-19 11:30:34 -0230
commite613d2e4cded8ae1a44c8b1d9afb4a4443de4b65 (patch)
treeb10509f7729b3b1a45fbd80d80aa9b71e6219b8c /cpp/src/Ice/Object.cpp
parentMerge branch 'property_names_enh' (diff)
parenthttp://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2236 - Remove operator!= f... (diff)
downloadice-e613d2e4cded8ae1a44c8b1d9afb4a4443de4b65.tar.bz2
ice-e613d2e4cded8ae1a44c8b1d9afb4a4443de4b65.tar.xz
ice-e613d2e4cded8ae1a44c8b1d9afb4a4443de4b65.zip
Merge branch 'master' of ssh://cvs.zeroc.com/home/git/ice
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;