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/Object.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/Object.cpp')
-rw-r--r-- | cpp/src/Ice/Object.cpp | 6 |
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; |