From 3624e539163ac92c8d6d7744771eaaf1dcfec71f Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 19 Oct 2012 16:28:57 +1100 Subject: [PATCH] remove redundant UNUSED(callbacks) --- lib/dns/rdata/generic/mx_15.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/dns/rdata/generic/mx_15.c b/lib/dns/rdata/generic/mx_15.c index fd09e92535..bec8e4923c 100644 --- a/lib/dns/rdata/generic/mx_15.c +++ b/lib/dns/rdata/generic/mx_15.c @@ -57,7 +57,6 @@ fromtext_mx(ARGS_FROMTEXT) { UNUSED(type); UNUSED(rdclass); - UNUSED(callbacks); RETERR(isc_lex_getmastertoken(lexer, &token, isc_tokentype_number, ISC_FALSE));