From 016191545a61db20007c8b362e91f4fbf1df4cdd Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 14 Dec 1999 23:43:03 +0000 Subject: [PATCH] removed unused variable and unnecessary #includes --- lib/dns/aml.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/dns/aml.c b/lib/dns/aml.c index 4ea003467d..b91d961101 100644 --- a/lib/dns/aml.c +++ b/lib/dns/aml.c @@ -24,9 +24,7 @@ #include #include -#include #include -#include #include #include @@ -38,7 +36,6 @@ dns_aml_checkrequest(dns_name_t *signer, isc_sockaddr_t *reqaddr, isc_boolean_t default_allow) { isc_result_t result; - dns_name_t *ok_signer = NULL; int match; dns_c_ipmatchlist_t *aml = NULL; @@ -217,4 +214,3 @@ dns_aml_match(isc_sockaddr_t *reqaddr, *match = 0; return (ISC_R_SUCCESS); } -