[ox/fs] Remove unnecessary nodiscards
This commit is contained in:
parent
17165f5394
commit
4814b4f5cc
2
deps/ox/src/ox/fs/filesystem/filesystem.hpp
vendored
2
deps/ox/src/ox/fs/filesystem/filesystem.hpp
vendored
@ -71,10 +71,8 @@ class FileSystem {
|
|||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
virtual uint64_t spaceNeeded(uint64_t size) noexcept = 0;
|
virtual uint64_t spaceNeeded(uint64_t size) noexcept = 0;
|
||||||
|
|
||||||
[[nodiscard]]
|
|
||||||
virtual Result<uint64_t> available() noexcept = 0;
|
virtual Result<uint64_t> available() noexcept = 0;
|
||||||
|
|
||||||
[[nodiscard]]
|
|
||||||
virtual Result<uint64_t> size() const noexcept = 0;
|
virtual Result<uint64_t> size() const noexcept = 0;
|
||||||
|
|
||||||
[[nodiscard]]
|
[[nodiscard]]
|
||||||
|
Loading…
Reference in New Issue
Block a user