From fab8cc055bd27154280de4c6c232533c9d4ed631 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Tue, 8 Jan 2019 14:25:09 -0800 Subject: [PATCH] Remove unused local variable Signed-off-by: Tom Eastep --- Shorewall/Perl/lib.runtime | 1 - 1 file changed, 1 deletion(-) diff --git a/Shorewall/Perl/lib.runtime b/Shorewall/Perl/lib.runtime index f5cfb8454..e5c38e117 100644 --- a/Shorewall/Perl/lib.runtime +++ b/Shorewall/Perl/lib.runtime @@ -874,7 +874,6 @@ detect_dynamic_gateway() { # $1 = interface GATEWAYS= local gateway local file - local nmcli gateway=$(run_findgw_exit $1);