streams: remove unused code

This commit is contained in:
Pieter Wuille
2024-09-19 07:29:12 -04:00
parent 2db926f49c
commit 67a3d59076
4 changed files with 0 additions and 16 deletions

View File

@@ -106,11 +106,6 @@ bool AutoFile::Commit()
return ::FileCommit(m_file);
}
bool AutoFile::IsError()
{
return ferror(m_file);
}
bool AutoFile::Truncate(unsigned size)
{
return ::TruncateFile(m_file, size);