diff --git a/deps/ox/src/ox/fs/filesystem/filesystem.hpp b/deps/ox/src/ox/fs/filesystem/filesystem.hpp index a07e1d3a9..aaf52210c 100644 --- a/deps/ox/src/ox/fs/filesystem/filesystem.hpp +++ b/deps/ox/src/ox/fs/filesystem/filesystem.hpp @@ -71,10 +71,8 @@ class FileSystem { [[nodiscard]] virtual uint64_t spaceNeeded(uint64_t size) noexcept = 0; - [[nodiscard]] virtual Result available() noexcept = 0; - [[nodiscard]] virtual Result size() const noexcept = 0; [[nodiscard]]