From: Mattias Ellert Date: Mon, 3 Aug 2026 03:10:03 +0000 (+1000) Subject: Remove UNUSED for non existing arguments X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9762313ef0514ad8bcce8156681438658eef9d54;p=thirdparty%2Fbind9.git Remove UNUSED for non existing arguments --- diff --git a/lib/isc/netmgr/udp.c b/lib/isc/netmgr/udp.c index fa79717fb77..d595af99e57 100644 --- a/lib/isc/netmgr/udp.c +++ b/lib/isc/netmgr/udp.c @@ -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 */ }