[vlc-commits] Remove bogus VLC_UNUSED

Rémi Denis-Courmont git at videolan.org
Thu Mar 29 16:58:50 CEST 2012


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Mar 29 17:58:32 2012 +0300| [8cecb7ac15fa6313d27b2a7a1cf27287299014bb] | committer: Rémi Denis-Courmont

Remove bogus VLC_UNUSED

Please don't hide bugs.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cecb7ac15fa6313d27b2a7a1cf27287299014bb
---

 src/network/udp.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/network/udp.c b/src/network/udp.c
index 11a1606..d30f4e9 100644
--- a/src/network/udp.c
+++ b/src/network/udp.c
@@ -419,7 +419,6 @@ int net_Subscribe (vlc_object_t *obj, int fd,
         return 0;
 
 #else
-    VLC_UNUSED( grplen );
     switch (grp->sa_family)
     {
 # ifdef IPV6_JOIN_GROUP



More information about the vlc-commits mailing list