[es] Remove unneeded comment.

This commit is contained in:
jakcron 2018-06-23 11:32:12 +08:00
parent 92cf66ecea
commit 8f15dd693e

View file

@ -92,7 +92,7 @@ namespace es
// variables
std::string mIssuer;
byte_t mEncTitleKey[ticket::kEncTitleKeySize];
ticket::TitleKeyEncType mEncType; // 0 = aes-cbc, 1 = rsa2048
ticket::TitleKeyEncType mEncType;
uint16_t mTicketVersion;
ticket::LicenseType mLicenseType;
byte_t mCommonKeyId;