mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
DiscIO: Use = default
to define a trivial destructor
This commit is contained in:
@ -41,9 +41,7 @@ VolumeGC::VolumeGC(std::unique_ptr<BlobReader> reader) : m_reader(std::move(read
|
||||
m_converted_banner = [this] { return LoadBannerFile(); };
|
||||
}
|
||||
|
||||
VolumeGC::~VolumeGC()
|
||||
{
|
||||
}
|
||||
VolumeGC::~VolumeGC() = default;
|
||||
|
||||
bool VolumeGC::Read(u64 offset, u64 length, u8* buffer, const Partition& partition) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user