]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
doh
authorJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 24 May 2007 10:47:47 +0000 (10:47 +0000)
committerJelte Jansen <jeltejan@NLnetLabs.nl>
Thu, 24 May 2007 10:47:47 +0000 (10:47 +0000)
drill/chasetrace.c

index ec5cc2325afde94abfaa15adfb315875e66dd099..1d1e8961f0bc9d1f5fc2df9ae3471e3da442e451 100644 (file)
@@ -234,11 +234,6 @@ do_chase(ldns_resolver *res, ldns_rdf *name, ldns_rr_type type, ldns_rr_class c,
 
        ldns_pkt *pkt;
        
-       ldns_lookup_table *lt;
-       const ldns_rr_descriptor *descriptor;
-       UNUSED(lt);
-       descriptor = ldns_rr_descript(type);
-
        ldns_dname2canonical(name);
        
        pkt = ldns_pkt_clone(pkt_o);