mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00: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