From: Mark Andrews Date: Fri, 19 Oct 2012 05:28:57 +0000 (+1100) Subject: remove redundant UNUSED(callbacks) X-Git-Tag: v9.10.0a1~783 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=3624e539163ac92c8d6d7744771eaaf1dcfec71f;p=thirdparty%2Fbind9.git remove redundant UNUSED(callbacks) --- diff --git a/lib/dns/rdata/generic/mx_15.c b/lib/dns/rdata/generic/mx_15.c index fd09e92535f..bec8e4923ca 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));