summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.