diff options
| author | practicalswift <[email protected]> | 2018-05-03 18:05:42 +0200 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2018-08-29 16:05:51 +0200 |
| commit | 75ea00f391b742e435c650aae3e827aad913d552 (patch) | |
| tree | ccbcbfa91a13676370c1e5ef92d11836b3c04229 /src/fs.h | |
| parent | Don't close old debug log file handle prematurely when trying to re-open (on ... (diff) | |
| download | discoin-75ea00f391b742e435c650aae3e827aad913d552.tar.xz discoin-75ea00f391b742e435c650aae3e827aad913d552.zip | |
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 { |