apps/include/netutils/ipmsfilter.h: Eliminate error generated by bad pre-processor logic.

This commit is contained in:
Gregory Nutt 2018-11-02 08:32:18 -06:00
parent 47e647c56a
commit 7b56c9c336

View File

@ -46,14 +46,6 @@
#ifdef CONFIG_NET_IGMP
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
#ifdef CONFIG_NET_IPv6
# error "IGMP for IPv6 not supported"
#endif
/****************************************************************************
* Public Data
****************************************************************************/