mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove unnecessary local initializers
This commit is contained in:
parent
38a9942347
commit
5b57fabb45
1 changed files with 7 additions and 7 deletions
|
|
@ -37,8 +37,8 @@ f_include $BSDCFG_SHARE/dialog.subr
|
|||
|
||||
country_set()
|
||||
{
|
||||
local error_str=
|
||||
local iface_up=
|
||||
local error_str
|
||||
local iface_up
|
||||
local ifconfig_args=
|
||||
|
||||
#
|
||||
|
|
@ -91,13 +91,13 @@ country_set()
|
|||
|
||||
dialog_country_select()
|
||||
{
|
||||
local input=
|
||||
local input
|
||||
local def_item_regdomain=
|
||||
local def_item_country=
|
||||
local regdomains=
|
||||
local countries=
|
||||
local regdomain=
|
||||
local country=
|
||||
local regdomains
|
||||
local countries
|
||||
local regdomain
|
||||
local country
|
||||
|
||||
#
|
||||
# Parse available countries/regdomains
|
||||
|
|
|
|||
Loading…
Reference in a new issue