diff options
| author | bunnei <bunneidev@gmail.com> | 2018-10-26 00:15:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-26 00:15:34 -0400 |
| commit | 72e6b31a070bcefc9d03bf75d14bd0808ea403f5 (patch) | |
| tree | f6a5d3445687d18bdf5965ae6ed2ea5b81f25cfd /src/core/file_sys/partition_filesystem.h | |
| parent | 1f98dc30eaac7b799182c1998502c05b9fbb56d8 (diff) | |
| parent | a25d79cfaad99e7659a8123d41dc0969e854259b (diff) | |
Merge pull request #1430 from DarkLordZach/remove-promote-dir
vfs: Remove InterpretAsDirectory and related functions
Diffstat (limited to 'src/core/file_sys/partition_filesystem.h')
| -rw-r--r-- | src/core/file_sys/partition_filesystem.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/file_sys/partition_filesystem.h b/src/core/file_sys/partition_filesystem.h index 739c63a7f..248fdfdeb 100644 --- a/src/core/file_sys/partition_filesystem.h +++ b/src/core/file_sys/partition_filesystem.h @@ -35,9 +35,6 @@ public: std::shared_ptr<VfsDirectory> GetParentDirectory() const override; void PrintDebugInfo() const; -protected: - bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override; - private: struct Header { u32_le magic; @@ -84,7 +81,6 @@ private: std::size_t content_offset = 0; std::vector<VirtualFile> pfs_files; - std::vector<VirtualDir> pfs_dirs; }; } // namespace FileSys |
