summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Subv2015-01-02 21:28:46 -0500
committerGravatar Subv2015-01-02 21:28:46 -0500
commit0d03fdec71eae53efebeccca4cd803b04b41cc38 (patch)
tree6b05ff8ff90f8ed4442a952dae6c390ef05a5e87 /src
parentArchives: Added some documentation to IVFCArchive (diff)
downloadyuzu-0d03fdec71eae53efebeccca4cd803b04b41cc38.tar.gz
yuzu-0d03fdec71eae53efebeccca4cd803b04b41cc38.tar.xz
yuzu-0d03fdec71eae53efebeccca4cd803b04b41cc38.zip
SaveDataCheck: Remove unneeded constructor from a class
Diffstat (limited to 'src')
-rw-r--r--src/core/file_sys/ivfc_archive.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/file_sys/ivfc_archive.h b/src/core/file_sys/ivfc_archive.h
index a9b34434f..6f4cc86df 100644
--- a/src/core/file_sys/ivfc_archive.h
+++ b/src/core/file_sys/ivfc_archive.h
@@ -58,8 +58,6 @@ private:
58 58
59class IVFCDirectory : public DirectoryBackend { 59class IVFCDirectory : public DirectoryBackend {
60public: 60public:
61 IVFCDirectory() { }
62
63 bool Open() override { return false; } 61 bool Open() override { return false; }
64 u32 Read(const u32 count, Entry* entries) override { return 0; } 62 u32 Read(const u32 count, Entry* entries) override { return 0; }
65 bool Close() const override { return false; } 63 bool Close() const override { return false; }