aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-05 15:24:03 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-05 17:29:25 +0100
commit2e476e189a84bebbac04947518f83dc78c6d913b (patch)
tree3735edd4ff85f20b666cbf3d3f2dcc9f7a0b8780 /TODO
parent7fb22740e131d997fb68bc113b8d9b4472e2c908 (diff)
downloadqpdf-2e476e189a84bebbac04947518f83dc78c6d913b.tar.zst
Remove stray TODO item
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 26d7ebc8..d27ab4de 100644
--- a/TODO
+++ b/TODO
@@ -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