From fdec232152d4faef60d7ff67926488c387654d59 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 19 Jun 2014 12:58:51 +0200 Subject: [PATCH] iptv/udp: remove dead definitions --- src/input/mpegts/iptv/iptv_udp.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/input/mpegts/iptv/iptv_udp.c b/src/input/mpegts/iptv/iptv_udp.c index 8a72f5cc..801f444c 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 /*