]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundant UNUSED(callbacks)
authorMark Andrews <marka@isc.org>
Fri, 19 Oct 2012 05:28:57 +0000 (16:28 +1100)
committerMark Andrews <marka@isc.org>
Fri, 19 Oct 2012 05:28:57 +0000 (16:28 +1100)
lib/dns/rdata/generic/mx_15.c

index fd09e92535f552b04c066d4229529f2b3911878d..bec8e4923cac3a15c7fb7b4d8e1bad75b55d28b9 100644 (file)
@@ -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));