mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix issues reported by Sonar, review fixes
This commit is contained in:
@@ -17,8 +17,6 @@ VCMI_LIB_NAMESPACE_BEGIN
|
||||
class DLL_LINKAGE CSaveFile final : public IBinaryWriter
|
||||
{
|
||||
BinarySerializer serializer;
|
||||
|
||||
boost::filesystem::path fName;
|
||||
std::fstream sfile;
|
||||
|
||||
int write(const std::byte * data, unsigned size) final;
|
||||
|
||||
Reference in New Issue
Block a user