diff options
| author | 2015-01-02 21:28:46 -0500 | |
|---|---|---|
| committer | 2015-01-02 21:28:46 -0500 | |
| commit | 0d03fdec71eae53efebeccca4cd803b04b41cc38 (patch) | |
| tree | 6b05ff8ff90f8ed4442a952dae6c390ef05a5e87 /src | |
| parent | Archives: Added some documentation to IVFCArchive (diff) | |
| download | yuzu-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.h | 2 |
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 | ||
| 59 | class IVFCDirectory : public DirectoryBackend { | 59 | class IVFCDirectory : public DirectoryBackend { |
| 60 | public: | 60 | public: |
| 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; } |