2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-11 06:32:27 +00:00

Remove stray TODO item

This commit is contained in:
Jay Berkenbilt 2022-02-05 09:24:03 -05:00
parent 7fb22740e1
commit 2e476e189a

6
TODO
View File

@ -11,12 +11,6 @@
* QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API.
* See if this has been done or is trivial with C++11 local static
initializers: Secure random number generation could be made more
efficient by using a local static to ensure a single random device
or crypt provider as long as this can be done in a thread-safe
fashion.
* Remember for release notes: starting in qpdf 11, the default value
for the --json keyword will be "latest". If you are depending on
version 1, change your code to specify --json=1, which works