mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:07:57 -05:00
key_manager: Remove unused variable in DeriveBase()
This commit is contained in:
@ -713,7 +713,6 @@ void KeyManager::DeriveBase() {
|
|||||||
|
|
||||||
const auto sbk = GetKey(S128KeyType::SecureBoot);
|
const auto sbk = GetKey(S128KeyType::SecureBoot);
|
||||||
const auto tsec = GetKey(S128KeyType::TSEC);
|
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) {
|
for (size_t i = 0; i < revisions.size(); ++i) {
|
||||||
if (!revisions[i])
|
if (!revisions[i])
|
||||||
|
Reference in New Issue
Block a user