This commit is contained in:
Henrik Rydgård
2021-09-11 18:53:46 +02:00
parent dc520a59d3
commit 07413aa4e3
3 changed files with 2 additions and 3 deletions
-1
View File
@@ -115,7 +115,6 @@ public:
FileSystemFlags Flags() override { return flags; }
u64 FreeSpace(const std::string &path) override;
// TODO: Replace with optimized implementation.
bool ComputeRecursiveDirSizeIfFast(const std::string &path, int64_t *size) override;
private: