diff options
Diffstat (limited to 'src/fs.h')
-rw-r--r-- | src/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ namespace fs = boost::filesystem; /** Bridge operations to C stdio */ namespace fsbridge { FILE *fopen(const fs::path& p, const char *mode); - FILE *freopen(const fs::path& p, const char *mode, FILE *stream); class FileLock { |