From cc94a616552878f9deea39079b3090577ced555e Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 20 Apr 2021 23:18:24 -0500 Subject: [PATCH] [ox/fs] Remove unnecessary nodiscards (synced from 4814b4f5ccd0105eda715d49a0a5b04fb7e4f621) --- src/ox/fs/filesystem/filesystem.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ox/fs/filesystem/filesystem.hpp b/src/ox/fs/filesystem/filesystem.hpp index a07e1d3a9..aaf52210c 100644 --- a/src/ox/fs/filesystem/filesystem.hpp +++ b/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]]