From 75ea00f391b742e435c650aae3e827aad913d552 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 3 May 2018 18:05:42 +0200 Subject: Remove unused fsbridge::freopen --- src/fs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/fs.h') diff --git a/src/fs.h b/src/fs.h index e3ff51604d..5a28d9a81c 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 { -- cgit v1.2.3