mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-18 10:08:13 -05:00
removed erroneous UNUSED macro
This commit is contained in:
parent
c380c1a78a
commit
01535cfb3a
1 changed files with 1 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue