]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
removed erroneous UNUSED macro
authorBrian Wellington <source@isc.org>
Fri, 8 Jun 2001 19:16:15 +0000 (19:16 +0000)
committerBrian Wellington <source@isc.org>
Fri, 8 Jun 2001 19:16:15 +0000 (19:16 +0000)
lib/dns/tkey.c

index fea066427ba8fb17ea459aa53115291a88429a96..5f175cf8419b00d949a5da602a9e55be5704c68c 100644 (file)
@@ -16,7 +16,7 @@
  */
 
 /*
- * $Id: tkey.c,v 1.69 2001/06/08 18:29:31 bwelling Exp $
+ * $Id: tkey.c,v 1.70 2001/06/08 19:16:15 bwelling Exp $
  */
 
 #include <config.h>
@@ -485,7 +485,6 @@ process_deletetkey(dns_message_t *msg, dns_name_t *signer, dns_name_t *name,
        dns_name_t *identity;
 
        UNUSED(msg);
-       UNUSED(tkeyout);
        UNUSED(namelist);
 
        result = dns_tsigkey_find(&tsigkey, name, &tkeyin->algorithm, ring);