Commit 2e476e189a84bebbac04947518f83dc78c6d913b

Authored by Jay Berkenbilt
1 parent 7fb22740

Remove stray TODO item

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