cleanup unused funciton filter.inc

This commit is contained in:
Ad Schellevis 2015-03-31 11:34:05 +00:00
parent 51f813759c
commit 7f2ebadd72

View File

@ -972,11 +972,6 @@ function filter_generate_optcfg_array()
}
}
function filter_flush_nat_table()
{
return mwexec('/sbin/pfctl -F nat');
}
function filter_flush_state_table()
{
return mwexec('/sbin/pfctl -F state');