Merge "DecryptHandle: remove unused operators"

gugelfrei
Marco Nelissen 5 years ago committed by Gerrit Code Review
commit 0501baaa03

@ -317,14 +317,6 @@ public:
~DecryptHandle() {
delete decryptInfo; decryptInfo = NULL;
}
bool operator<(const DecryptHandle& handle) const {
return (decryptId < handle.decryptId);
}
bool operator==(const DecryptHandle& handle) const {
return (decryptId == handle.decryptId);
}
};
};

Loading…
Cancel
Save