From 471149fac8ad102c47e4d2a2c3e980c81f367ba3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 16 Jul 2018 18:44:07 +0200 Subject: [PATCH] system: small cleanup for unused variables --- src/etc/inc/system.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 7b46ae48c..ee785a976 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -569,11 +569,8 @@ function system_routing_configure($verbose = false, $interface = '') } } - function system_staticroutes_configure($interface = '') { - global $config, $aliastable; - $static_routes = get_staticroutes(false, true); if (count($static_routes)) { $gateways_arr = return_gateways_array(false, true);