partition_data_manager: Remove commented out code
Commented out code shouldn't be left in without a reason indicating why in a comment.
This commit is contained in:
parent
6da2ed4232
commit
bc2196bb09
1 changed files with 0 additions and 2 deletions
|
@ -480,8 +480,6 @@ void PartitionDataManager::DecryptPackage2(std::array<std::array<u8, 16>, 0x20>
|
|||
cipher.SetIV(s1_iv);
|
||||
cipher.Transcode(c.data(), c.size(), c.data(), Op::Decrypt);
|
||||
|
||||
// package2_decrypted[static_cast<size_t>(type)] = s1;
|
||||
|
||||
INIHeader ini;
|
||||
std::memcpy(&ini, c.data(), sizeof(INIHeader));
|
||||
if (ini.magic != Common::MakeMagic('I', 'N', 'I', '1'))
|
||||
|
|
Loading…
Reference in a new issue