diff options
Diffstat (limited to 'system-dummy.c')
-rw-r--r-- | system-dummy.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system-dummy.c b/system-dummy.c index 9542d3c..76c6ffa 100644 --- a/system-dummy.c +++ b/system-dummy.c @@ -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; |