mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
SignatureDB: default the format handler destructor
This commit is contained in:
parent
5301efddd0
commit
d0089191e1
@ -219,6 +219,4 @@ u32 HashSignatureDB::ComputeCodeChecksum(u32 offsetStart, u32 offsetEnd)
|
||||
return sum;
|
||||
}
|
||||
|
||||
SignatureDBFormatHandler::~SignatureDBFormatHandler()
|
||||
{
|
||||
}
|
||||
SignatureDBFormatHandler::~SignatureDBFormatHandler() = default;
|
||||
|
Loading…
x
Reference in New Issue
Block a user