summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/Filesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/DiscIO/Filesystem.cpp')
-rw-r--r--Source/Core/DiscIO/Filesystem.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/DiscIO/Filesystem.cpp b/Source/Core/DiscIO/Filesystem.cpp
index 4228afdb72..9e5336db5d 100644
--- a/Source/Core/DiscIO/Filesystem.cpp
+++ b/Source/Core/DiscIO/Filesystem.cpp
@@ -3,18 +3,11 @@
// Refer to the license.txt file included.
#include "DiscIO/Filesystem.h"
-#include <memory>
-#include "DiscIO/Volume.h"
namespace DiscIO
{
FileInfo::~FileInfo() = default;
-FileSystem::FileSystem(const Volume* volume, const Partition& partition)
- : m_volume(volume), m_partition(partition)
-{
-}
-
FileSystem::~FileSystem() = default;
} // namespace