package/source/zipapi/ZipFile.cxx | 1 - 1 file changed, 1 deletion(-) New commits: commit ab10484cf12578aed039c6947088f6d6e3126885 Author: Michael Stahl <michael.st...@allotropia.de> AuthorDate: Tue Sep 17 13:39:30 2024 +0200 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Wed Sep 18 12:15:36 2024 +0200
package: remove superfluous assert Change-Id: I20bc36c4e3c3c2cb05d4f89f0687b9d87f02999d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173558 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/package/source/zipapi/ZipFile.cxx b/package/source/zipapi/ZipFile.cxx index a16552d43ece..450a6795ce2d 100644 --- a/package/source/zipapi/ZipFile.cxx +++ b/package/source/zipapi/ZipFile.cxx @@ -842,7 +842,6 @@ uno::Reference< XInputStream > ZipFile::getInputStream( ZipEntry& rEntry, if (oDecryptedSize && rData.is()) { - assert(oDecryptedSize); uno::Reference<XInputStream> const xRet( checkValidPassword(rEntry, rData, *oDecryptedSize, aMutexHolder)); if (xRet.is())