diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2018-05-03 18:05:42 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2018-08-29 16:05:51 +0200 |
commit | 75ea00f391b742e435c650aae3e827aad913d552 (patch) | |
tree | ccbcbfa91a13676370c1e5ef92d11836b3c04229 /src/fs.h | |
parent | cceedbc4bf1056db17e0adf76d0db45b94777671 (diff) |
Remove unused fsbridge::freopen
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 { |