From 0d03fdec71eae53efebeccca4cd803b04b41cc38 Mon Sep 17 00:00:00 2001 From: Subv Date: Fri, 2 Jan 2015 21:28:46 -0500 Subject: SaveDataCheck: Remove unneeded constructor from a class --- src/core/file_sys/ivfc_archive.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/file_sys') diff --git a/src/core/file_sys/ivfc_archive.h b/src/core/file_sys/ivfc_archive.h index a9b34434..6f4cc86d 100644 --- a/src/core/file_sys/ivfc_archive.h +++ b/src/core/file_sys/ivfc_archive.h @@ -58,8 +58,6 @@ private: class IVFCDirectory : public DirectoryBackend { public: - IVFCDirectory() { } - bool Open() override { return false; } u32 Read(const u32 count, Entry* entries) override { return 0; } bool Close() const override { return false; } -- cgit v1.2.3