mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-28 05:52:38 +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
|
@ -78,9 +78,7 @@ void SectorReader::SetChunkSize(int block_cnt)
|
|||
SetSectorSize(m_block_size);
|
||||
}
|
||||
|
||||
SectorReader::~SectorReader()
|
||||
{
|
||||
}
|
||||
SectorReader::~SectorReader() = default;
|
||||
|
||||
const SectorReader::Cache* SectorReader::FindCacheLine(u64 block_num)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue