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