From ee2f53308b028c890deba2cf18d1544a4feb534e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Tue, 24 May 2022 17:07:55 +0200
Subject: [PATCH] Migrate TODO's to gitlab issues.

---
 TODO.org | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 TODO.org

diff --git a/TODO.org b/TODO.org
deleted file mode 100644
index aaa23fc..0000000
--- a/TODO.org
+++ /dev/null
@@ -1,12 +0,0 @@
-** TODO Write rr-data->bytes
-** TODO Extend define-record-type to generate type validators
-** TODO Standardized names for rcode types?
-Currently the following are used, but are there more standardized names?
-- NOERROR :: 0
-- NXDOMAIN :: 1
-- SERVFIL :: 2
-** TODO A higher level interface
-#+BEGIN_SRC scheme
-#+END_SRC
-*** TODO Ways to build dns-messages without explicitly crafting a header
-*** TODO Automatically recurse
-- 
GitLab