mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
MEGASignatureDB: Remove unused variable in Apply
This commit is contained in:
parent
eec4b705d5
commit
5637bbd1cf
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ void MEGASignatureDB::Apply(PPCSymbolDB* symbol_db) const
|
|||
{
|
||||
for (auto& it : symbol_db->AccessSymbols())
|
||||
{
|
||||
u32 hash = it.first;
|
||||
auto& symbol = it.second;
|
||||
for (const auto& sig : m_signatures)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue