fs/FileSystem: remove unused FOpenModes
This commit is contained in:
parent
b6b8fb7d73
commit
14d3da0e18
@ -37,18 +37,6 @@
|
||||
|
||||
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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user