summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-05-08 19:13:28 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-05-08 19:13:28 +0200
commite7a408451017df226d28a838817ce3c8732c5e16 (patch)
tree0ab42367b11311787f57b88d2677fa9c95a54134 /TODO
parentfa22f1447259be56f88aec71ec0292980caa4d1c (diff)
remove TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index d3c1c51..0000000
--- a/TODO
+++ /dev/null
@@ -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.