summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/LocalObject.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/LocalObject.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/LocalObject.cpp')
-rw-r--r--cpp/src/Ice/LocalObject.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/LocalObject.cpp b/cpp/src/Ice/LocalObject.cpp
index bbe4ee63899..38ac534ab85 100644
--- a/cpp/src/Ice/LocalObject.cpp
+++ b/cpp/src/Ice/LocalObject.cpp
@@ -22,12 +22,6 @@ Ice::LocalObject::operator==(const LocalObject& r) const
}
bool
-Ice::LocalObject::operator!=(const LocalObject& r) const
-{
- return this != &r;
-}
-
-bool
Ice::LocalObject::operator<(const LocalObject& r) const
{
return this < &r;