aboutsummaryrefslogtreecommitdiff
path: root/src/fs.h
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2018-05-03 18:05:42 +0200
committerpracticalswift <[email protected]>2018-08-29 16:05:51 +0200
commit75ea00f391b742e435c650aae3e827aad913d552 (patch)
treeccbcbfa91a13676370c1e5ef92d11836b3c04229 /src/fs.h
parentDon't close old debug log file handle prematurely when trying to re-open (on ... (diff)
downloaddiscoin-75ea00f391b742e435c650aae3e827aad913d552.tar.xz
discoin-75ea00f391b742e435c650aae3e827aad913d552.zip
Remove unused fsbridge::freopen
Diffstat (limited to 'src/fs.h')
-rw-r--r--src/fs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fs.h b/src/fs.h
index e3ff51604..5a28d9a81 100644
--- a/src/fs.h
+++ b/src/fs.h
@@ -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
{