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:
parent
4d143d10eb
commit
88b8f8ec86
1
TODO
1
TODO
@ -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
|
||||||
|
@ -960,10 +960,6 @@ QPDF::initializeEncryption()
|
|||||||
Length = 0;
|
Length = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (Length == 0)
|
|
||||||
{
|
|
||||||
Length = 128;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
if (Length == 0)
|
if (Length == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user