Loading include/drm/drm_framework_common.h +0 −8 Original line number Diff line number Diff line Loading @@ -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 Loading
include/drm/drm_framework_common.h +0 −8 Original line number Diff line number Diff line Loading @@ -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