MEGASignatureDB: Remove unused variable in Apply

This commit is contained in:
Lioncash 2017-03-28 16:00:21 -04:00
parent eec4b705d5
commit 5637bbd1cf
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{