diff options
Diffstat (limited to 'Source/Core/DiscIO/Filesystem.cpp')
| -rw-r--r-- | Source/Core/DiscIO/Filesystem.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Source/Core/DiscIO/Filesystem.cpp b/Source/Core/DiscIO/Filesystem.cpp index 807fb6c3eb..6171c3004f 100644 --- a/Source/Core/DiscIO/Filesystem.cpp +++ b/Source/Core/DiscIO/Filesystem.cpp @@ -9,18 +9,14 @@ namespace DiscIO { -FileInfo::~FileInfo() -{ -} +FileInfo::~FileInfo() = default; FileSystem::FileSystem(const Volume* volume, const Partition& partition) : m_volume(volume), m_partition(partition) { } -FileSystem::~FileSystem() -{ -} +FileSystem::~FileSystem() = default; std::unique_ptr<FileSystem> CreateFileSystem(const Volume* volume, const Partition& partition) { |
