summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2017-03-05 15:43:35 +0100
committerGitHub <noreply@github.com>2017-03-05 15:43:35 +0100
commitfd7e2c0ed7d5b6fffa919998357076c643a4244d (patch)
treee8de99205fb2483e03249405f24d6ef143d067d3 /src
parentfc970ca2967ef4250925cd44a8dd0acee18078c0 (diff)
downloadpfsense-fd7e2c0ed7d5b6fffa919998357076c643a4244d.zip
pfsense-fd7e2c0ed7d5b6fffa919998357076c643a4244d.tar.gz
Remove deprecated unused function
Not used anywhere and deprecated for ages (https://github.com/pfsense/pfsense/commit/fe9afce65fc36f278e18edf8959669de2e9ddeef)
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/filter.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/etc/inc/filter.inc b/src/etc/inc/filter.inc
index 3e0570e..ef46c72 100644
--- a/src/etc/inc/filter.inc
+++ b/src/etc/inc/filter.inc
@@ -3789,12 +3789,6 @@ function filter_rules_spoofcheck_generate($ifname, $ifcfg, $log) {
return $ipfrules;
}
-/* COMPAT Function */
-function tdr_install_cron($should_install) {
- log_error(gettext("Please use filter_tdr_install_cron() function tdr_install_cron will be deprecated!"));
- filter_tdr_install_cron($should_install);
-}
-
/****f* filter/filter_tdr_install_cron
* NAME
* filter_tdr_install_cron
OpenPOWER on IntegriCloud