]> git.sesse.net Git - vlc/commitdiff
Remove useless #define
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 17 Sep 2007 14:50:18 +0000 (14:50 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 17 Sep 2007 14:50:18 +0000 (14:50 +0000)
modules/access/udp.c

index c569316ebbec020393415a435dea7d6fd6055c3b..3e6e6df10921bf75f7202462a1f37cbc8234c6e9 100644 (file)
@@ -49,9 +49,6 @@
 #ifndef IPPROTO_UDPLITE
 # define IPPROTO_UDPLITE 136 /* from IANA */
 #endif
-#ifndef SOL_UDPLITE
-# define SOL_UDPLITE IPPROTO_UDPLITE
-#endif
 
 #define MTU 65535