mirror of
https://github.com/libAthena/athena.git
synced 2025-06-01 04:01:19 +00:00
Remove unused FileWriter fields
This commit is contained in:
parent
d13e04cbaf
commit
9a7bee95c4
@ -11,7 +11,6 @@ namespace athena::io
|
||||
{
|
||||
FileWriter::FileWriter(std::string_view filename, bool overwrite, bool globalErr)
|
||||
: m_fileHandle(NULL),
|
||||
m_bytePosition(0),
|
||||
m_globalErr(globalErr)
|
||||
{
|
||||
#if _WIN32
|
||||
@ -24,7 +23,6 @@ FileWriter::FileWriter(std::string_view filename, bool overwrite, bool globalErr
|
||||
|
||||
FileWriter::FileWriter(std::wstring_view filename, bool overwrite, bool globalErr)
|
||||
: m_fileHandle(NULL),
|
||||
m_bytePosition(0),
|
||||
m_globalErr(globalErr)
|
||||
{
|
||||
#if _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user