OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
88b8f8ec86c107e0d9bbe268b373917dd0ffca3c
Authored by
Jay Berkenbilt
2020-10-15 14:13:08 -0400
1 parent
4d143d10
Remove redundant check found by lgtm.com
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
TODO
libqpdf/QPDF_encryption.cc
TODO
View file @
88b8f8e
...
...
@@ -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
View file @
88b8f8e
...
...
@@ -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
{
...
...