key_manager: Remove unused variable in DeriveBase()

This commit is contained in:
Lioncash 2018-10-24 00:00:12 -04:00
parent a94e5d9e68
commit c6529688fc
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

View file

@ -713,7 +713,6 @@ void KeyManager::DeriveBase() {
const auto sbk = GetKey(S128KeyType::SecureBoot);
const auto tsec = GetKey(S128KeyType::TSEC);
const auto master_source = GetKey(S128KeyType::Source, static_cast<u64>(SourceKeyType::Master));
for (size_t i = 0; i < revisions.size(); ++i) {
if (!revisions[i])