2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-23 11:28:56 +00:00

Remove redundant check found by lgtm.com

This commit is contained in:
Jay Berkenbilt 2020-10-15 14:13:08 -04:00
parent 4d143d10eb
commit 88b8f8ec86
2 changed files with 0 additions and 5 deletions

1
TODO
View File

@ -2,7 +2,6 @@ Candidates for upcoming release
=============================== ===============================
* Trivial fixes: * Trivial fixes:
* lgtm warning
* #470: odd/even -- doc bug * #470: odd/even -- doc bug
* #468: doc typo * #468: doc typo
* Remove travisci * Remove travisci

View File

@ -960,10 +960,6 @@ QPDF::initializeEncryption()
Length = 0; Length = 0;
} }
} }
if (Length == 0)
{
Length = 128;
}
} }
if (Length == 0) if (Length == 0)
{ {