removed useless code

In destructors, zeroing attributes or clearing containers is utterly useless.
This commit is contained in:
Krishty
2021-09-11 21:51:20 +02:00
parent d34cd103f4
commit 4cf4e7454f
8 changed files with 0 additions and 11 deletions

View File

@@ -186,7 +186,6 @@ D3MFOpcPackage::D3MFOpcPackage(IOSystem *pIOHandler, const std::string &rFile) :
D3MFOpcPackage::~D3MFOpcPackage() {
mZipArchive->Close(mRootStream);
delete mZipArchive;
mZipArchive = nullptr;
}
IOStream *D3MFOpcPackage::RootStream() const {