Commit 14d3da0e authored by Max Kellermann's avatar Max Kellermann

fs/FileSystem: remove unused FOpenModes

parent b6b8fb7d
...@@ -37,18 +37,6 @@ ...@@ -37,18 +37,6 @@
class AllocatedPath; class AllocatedPath;
namespace FOpenMode {
/**
* Open mode for writing text files.
*/
constexpr PathTraitsFS::const_pointer_type WriteText = PATH_LITERAL("w");
/**
* Open mode for appending text files.
*/
constexpr PathTraitsFS::const_pointer_type AppendText = PATH_LITERAL("a");
}
/** /**
* Wrapper for fopen() that uses #Path names. * Wrapper for fopen() that uses #Path names.
*/ */
......
Markdown is supported
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