]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
lint and TODO edited
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Feb 2006 10:40:44 +0000 (10:40 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Feb 2006 10:40:44 +0000 (10:40 +0000)
TODO
drill/securetrace.c

diff --git a/TODO b/TODO
index 2ddc6b80cf0dde0c29a1ad39644a60d2f3932ffd..b09cd8e666f275ba4b09315bb7827c90fe285f0f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,13 +26,10 @@ Post 1.0 Stuff:
 
 1.1.0:
 ----
-        o sorting/sorting ord - removed ord - need to check current sort
-          order
+        o check sort order
         o secure tracing drill
        o API cleanup: add missing consts in function arguments
-        o vim syntax
         o walker 
-        o ldns_rr_list_pop_rr_list??? I've adedd a push_rr_list.
 
 DONE:
 1.0.1 released 5 January 2006
index 0eeaa25da5e017115c5909f00914dca972563188..20da016e53a9a282f62ec334e2376758bd368afb 100644 (file)
@@ -15,7 +15,8 @@
  * check if the key and the ds are equivalent
  * ie: is the ds made from the key?
  */
-static bool
+/*@unused@*/
+static bool 
 check_ds_key_equiv(ldns_rr *key, ldns_rr *ds)
 {
        ldns_rr *key_ds;