Commit cf0b9d1d authored by Morph's avatar Morph
Browse files

common: fs: file: Remove [[nodiscard]] attribute from Flush

Similarly, Flush() is typically called to attempt to flush a file into the disk. In the one case where this is used, we do not care whether the flush has succeeded or not, making [[nodiscard]] unnecessary.
parent 81b1b719
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment