diff options
author | Brent Eagles <brent@zeroc.com> | 2007-06-19 11:30:34 -0230 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-06-19 11:30:34 -0230 |
commit | e613d2e4cded8ae1a44c8b1d9afb4a4443de4b65 (patch) | |
tree | b10509f7729b3b1a45fbd80d80aa9b71e6219b8c /cpp/src/Ice/LocalObject.cpp | |
parent | Merge branch 'property_names_enh' (diff) | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2236 - Remove operator!= f... (diff) | |
download | ice-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.cpp | 6 |
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; |