fs/FileSystem: remove unused FOpenModes

This commit is contained in:
Max Kellermann 2016-08-15 22:21:34 +02:00
parent b6b8fb7d73
commit 14d3da0e18

View File

@ -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.
*/