mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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