diff options
Diffstat (limited to 'src/filesys.cpp')
-rw-r--r-- | src/filesys.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/filesys.cpp b/src/filesys.cpp index ea00def6a..28df32054 100644 --- a/src/filesys.cpp +++ b/src/filesys.cpp @@ -877,4 +877,3 @@ bool Rename(const std::string &from, const std::string &to) } } // namespace fs - |