Browse Source

SaveDataCheck: Remove unneeded constructor from a class

Subv 11 năm trước cách đây
mục cha
commit
0d03fdec71
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/core/file_sys/ivfc_archive.h

+ 0 - 2
src/core/file_sys/ivfc_archive.h

@@ -58,8 +58,6 @@ private:
 
 
 class IVFCDirectory : public DirectoryBackend {
 class IVFCDirectory : public DirectoryBackend {
 public:
 public:
-    IVFCDirectory() { }
-
     bool Open() override { return false; }
     bool Open() override { return false; }
     u32 Read(const u32 count, Entry* entries) override { return 0; }
     u32 Read(const u32 count, Entry* entries) override { return 0; }
     bool Close() const override { return false; }
     bool Close() const override { return false; }