diff options
author | melifaro <melifaro@FreeBSD.org> | 2014-10-10 20:37:06 +0000 |
---|---|---|
committer | melifaro <melifaro@FreeBSD.org> | 2014-10-10 20:37:06 +0000 |
commit | 9743357b21cbf472d6954c9450a5ed07229ef08c (patch) | |
tree | 436233e6a63fd6a7f40e496312e95ae6bd4016b0 | |
parent | 96aaf8224f413fc723e4d3f75271dda0fcf43049 (diff) | |
download | FreeBSD-src-9743357b21cbf472d6954c9450a5ed07229ef08c.zip FreeBSD-src-9743357b21cbf472d6954c9450a5ed07229ef08c.tar.gz |
Remove redundant if_notifier declaration.
-rw-r--r-- | sys/netpfil/ipfw/ip_fw_table_algo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netpfil/ipfw/ip_fw_table_algo.c b/sys/netpfil/ipfw/ip_fw_table_algo.c index f5cfd25..ec2d472 100644 --- a/sys/netpfil/ipfw/ip_fw_table_algo.c +++ b/sys/netpfil/ipfw/ip_fw_table_algo.c @@ -1932,7 +1932,6 @@ struct ta_buf_ifidx }; int compare_ifidx(const void *k, const void *v); -static void if_notifier(struct ip_fw_chain *ch, void *cbdata, uint16_t ifindex); static struct ifidx * ifidx_find(struct table_info *ti, void *key); static int ta_lookup_ifidx(struct table_info *ti, void *key, uint32_t keylen, uint32_t *val); |