mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-05-03 08:21:29 +02:00
Remove unused fsbridge::freopen
This commit is contained in:
parent
cceedbc4bf
commit
75ea00f391
@ -14,11 +14,6 @@ FILE *fopen(const fs::path& p, const char *mode)
|
||||
return ::fopen(p.string().c_str(), mode);
|
||||
}
|
||||
|
||||
FILE *freopen(const fs::path& p, const char *mode, FILE *stream)
|
||||
{
|
||||
return ::freopen(p.string().c_str(), mode, stream);
|
||||
}
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
static std::string GetErrorReason() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user