diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-08-03 14:08:32 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-08-03 14:08:32 -0400 |
commit | c36d0acbeb23017705a7096dcf97e688c8ec62be (patch) | |
tree | 0668919d27c5fdb8c4a4dd9e8e23c99262145990 /cpp/include/IceUtil/Thread.h | |
parent | Added missing <iterator> (diff) | |
download | ice-c36d0acbeb23017705a7096dcf97e688c8ec62be.tar.bz2 ice-c36d0acbeb23017705a7096dcf97e688c8ec62be.tar.xz ice-c36d0acbeb23017705a7096dcf97e688c8ec62be.zip |
Fixed C++11 relational operators on ObjectPrx
Removed many useless operator!=
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index b00b124b895..f1dd851aa84 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -128,7 +128,6 @@ public: ThreadControl getThreadControl() const; bool operator==(const Thread&) const; - bool operator!=(const Thread&) const; bool operator<(const Thread&) const; // |