diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-08 19:13:28 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-05-08 19:13:28 +0200 |
commit | e7a408451017df226d28a838817ce3c8732c5e16 (patch) | |
tree | 0ab42367b11311787f57b88d2677fa9c95a54134 | |
parent | fa22f1447259be56f88aec71ec0292980caa4d1c (diff) |
remove TODO
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,4 +0,0 @@ -[ ] cleanup xml.{c,h} -[?] faster UTC time parsing: Musl libc timegm() function (deprecated), is - much faster than our current time parsing. Keep in mind we have to be - portable and don't bloat/complicate the code, so it's a maybe. |