From: Jaroslav Kysela Date: Thu, 19 Jun 2014 10:58:51 +0000 (+0200) Subject: iptv/udp: remove dead definitions X-Git-Tag: v4.1~1881 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdec232152d4faef60d7ff67926488c387654d59;p=thirdparty%2Ftvheadend.git iptv/udp: remove dead definitions --- diff --git a/src/input/mpegts/iptv/iptv_udp.c b/src/input/mpegts/iptv/iptv_udp.c index 8a72f5cc4..801f444cb 100644 --- a/src/input/mpegts/iptv/iptv_udp.c +++ b/src/input/mpegts/iptv/iptv_udp.c @@ -27,16 +27,6 @@ #include #include #include -#if defined(PLATFORM_LINUX) -#include -#elif defined(PLATFORM_FREEBSD) -# include -# include -# ifndef IPV6_ADD_MEMBERSHIP -# define IPV6_ADD_MEMBERSHIP IPV6_JOIN_GROUP -# define IPV6_DROP_MEMBERSHIP IPV6_LEAVE_GROUP -# endif -#endif /*