summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cpp/Gen.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-02-29 19:03:46 +0100
committerJose <jose@zeroc.com>2016-02-29 19:03:46 +0100
commit358128058158763ad2edf239e6366c675ae893a0 (patch)
tree23c38570aaa8638a7946da0df420860bda865084 /cpp/src/slice2cpp/Gen.cpp
parentFix for Ruby checksum test (diff)
parentRework previous fix for 3.6 compatibility (diff)
downloadice-358128058158763ad2edf239e6366c675ae893a0.tar.bz2
ice-358128058158763ad2edf239e6366c675ae893a0.tar.xz
ice-358128058158763ad2edf239e6366c675ae893a0.zip
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'cpp/src/slice2cpp/Gen.cpp')
-rw-r--r--cpp/src/slice2cpp/Gen.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp
index a619c9155a2..89d185b2d6d 100644
--- a/cpp/src/slice2cpp/Gen.cpp
+++ b/cpp/src/slice2cpp/Gen.cpp
@@ -2136,8 +2136,6 @@ Slice::Gen::ObjectDeclVisitor::visitClassDecl(const ClassDeclPtr& p)
string scoped = fixKwd(p->scoped());
H << sp << nl << "class " << name << ';';
- H << nl << "bool operator==(const " << name << "&, const " << name << "&);";
- H << nl << "bool operator<(const " << name << "&, const " << name << "&);";
if(!p->isLocal())
{
H << nl << _dllExport << "::Ice::Object* upCast(" << scoped << "*);";