mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-23 11:32:37 +00:00
DiscIO: Use = default
to define a trivial destructor
This commit is contained in:
parent
f8bf35e6f0
commit
7123fcd19b
6 changed files with 6 additions and 16 deletions
|
@ -70,9 +70,7 @@ std::unique_ptr<CompressedBlobReader> CompressedBlobReader::Create(File::IOFile
|
|||
return nullptr;
|
||||
}
|
||||
|
||||
CompressedBlobReader::~CompressedBlobReader()
|
||||
{
|
||||
}
|
||||
CompressedBlobReader::~CompressedBlobReader() = default;
|
||||
|
||||
std::unique_ptr<BlobReader> CompressedBlobReader::CopyReader() const
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue