Commit 88b8f8ec86c107e0d9bbe268b373917dd0ffca3c

Authored by Jay Berkenbilt
1 parent 4d143d10

Remove redundant check found by lgtm.com

... ... @@ -2,7 +2,6 @@ Candidates for upcoming release
2 2 ===============================
3 3  
4 4 * Trivial fixes:
5   - * lgtm warning
6 5 * #470: odd/even -- doc bug
7 6 * #468: doc typo
8 7 * Remove travisci
... ...
libqpdf/QPDF_encryption.cc
... ... @@ -960,10 +960,6 @@ QPDF::initializeEncryption()
960 960 Length = 0;
961 961 }
962 962 }
963   - if (Length == 0)
964   - {
965   - Length = 128;
966   - }
967 963 }
968 964 if (Length == 0)
969 965 {
... ...