From cc018873288b084e906d5cff764d16dad51d8c1c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 8 Mar 2023 09:24:59 +0100 Subject: [PATCH] system: style --- src/etc/inc/system.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/etc/inc/system.inc b/src/etc/inc/system.inc index 99441c6a9..2e358a06f 100644 --- a/src/etc/inc/system.inc +++ b/src/etc/inc/system.inc @@ -586,7 +586,6 @@ function system_default_route($gateway, $interface, $far = false) mwexecf('/sbin/route add -%s default %s', [$family, $gateway]); } - function system_routing_configure($verbose = false, $interface = null, $monitor = true, $family = null) { global $config;