Remove unused local variable

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2019-01-08 14:25:09 -08:00
parent bef8ec09b3
commit fab8cc055b
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -874,7 +874,6 @@ detect_dynamic_gateway() { # $1 = interface
GATEWAYS= GATEWAYS=
local gateway local gateway
local file local file
local nmcli
gateway=$(run_findgw_exit $1); gateway=$(run_findgw_exit $1);