]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove UNUSED for non existing arguments
authorMattias Ellert <mattias.ellert@physics.uu.se>
Mon, 3 Aug 2026 03:10:03 +0000 (13:10 +1000)
committerMark Andrews <marka@isc.org>
Tue, 4 Aug 2026 01:36:39 +0000 (11:36 +1000)
lib/isc/netmgr/udp.c

index fa79717fb7764a75d5e77cf0d66be13bccf04b39..d595af99e57dade9ad1be61b637daed50c795398 100644 (file)
@@ -388,10 +388,8 @@ isc_nm_routeconnect(isc_nm_cb_t cb, void *cbarg) {
 
        return ISC_R_SUCCESS;
 #else  /* USE_ROUTE_SOCKET */
-       UNUSED(mgr);
        UNUSED(cb);
        UNUSED(cbarg);
-       UNUSED(extrahandlesize);
        return ISC_R_NOTIMPLEMENTED;
 #endif /* USE_ROUTE_SOCKET */
 }