1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 07:15:36 +00:00

Remove redundant destructor

This commit is contained in:
elsid 2024-02-14 22:37:56 +01:00
parent 8c6e0866e0
commit e2e1d913af
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625

View file

@ -54,8 +54,6 @@ namespace VFS
std::sort(mFiles.begin(), mFiles.end());
}
virtual ~BsaArchive() {}
void listResources(FileMap& out) override
{
for (auto& resource : mResources)