Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0501baaa authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

Merge "DecryptHandle: remove unused operators"

parents 29d7ade1 7df4e871
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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);
    }
};

};