diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 09:19:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-27 09:19:15 +0000 |
commit | 11ae150c22408df81e6e544eb570666842c43d35 (patch) | |
tree | b3e9f9c478f4aa014bb8289ce1a42729bbe7d63f /libc/inet/rpc/svc_udp.c | |
parent | 2ddf8e1aee392f161ad0be0e3d1ad4f3f062ffd1 (diff) |
kill off simple unused warnings
Diffstat (limited to 'libc/inet/rpc/svc_udp.c')
-rw-r--r-- | libc/inet/rpc/svc_udp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/rpc/svc_udp.c b/libc/inet/rpc/svc_udp.c index 55afba52d..82f279814 100644 --- a/libc/inet/rpc/svc_udp.c +++ b/libc/inet/rpc/svc_udp.c @@ -228,7 +228,7 @@ strong_alias(__svcudp_create,svcudp_create) static enum xprt_stat svcudp_stat (xprt) - SVCXPRT *xprt; + SVCXPRT *xprt attribute_unused; { return XPRT_IDLE; |