netifd: Add mldversion config support
[project/netifd.git] / system-dummy.c
index 9542d3c..76c6ffa 100644 (file)
@@ -215,12 +215,6 @@ bool system_resolve_rpfilter(const char *filter, unsigned int *id)
        return true;
 }
 
-bool system_resolve_igmpversion(const unsigned int version, unsigned int *id)
-{
-       *id = 0;
-       return true;
-}
-
 int system_add_iprule(struct iprule *rule)
 {
        return 0;