mirror of
https://github.com/qpdf/qpdf.git
synced 2024-12-23 03:18:59 +00:00
Remove redundant check found by lgtm.com
This commit is contained in:
parent
4d143d10eb
commit
88b8f8ec86
1
TODO
1
TODO
@ -2,7 +2,6 @@ Candidates for upcoming release
|
||||
===============================
|
||||
|
||||
* Trivial fixes:
|
||||
* lgtm warning
|
||||
* #470: odd/even -- doc bug
|
||||
* #468: doc typo
|
||||
* Remove travisci
|
||||
|
@ -960,10 +960,6 @@ QPDF::initializeEncryption()
|
||||
Length = 0;
|
||||
}
|
||||
}
|
||||
if (Length == 0)
|
||||
{
|
||||
Length = 128;
|
||||
}
|
||||
}
|
||||
if (Length == 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user