From: Leon M. George Date: Tue, 12 Jan 2021 08:47:47 +0000 (+0100) Subject: hostapd: remove unused variable X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3497b30b9c9699731590611f246dd744a231ccf9;p=openwrt%2Fstaging%2Frmilecki.git hostapd: remove unused variable 'enc_str' was never used. Fixes: 498d84fc4e00 ("netifd: add wireless configuration support and port mac80211 to the new framework") Signed-off-by: Leon M. George --- diff --git a/package/network/services/hostapd/files/hostapd.sh b/package/network/services/hostapd/files/hostapd.sh index a48e8d0766a..954045bb37c 100644 --- a/package/network/services/hostapd/files/hostapd.sh +++ b/package/network/services/hostapd/files/hostapd.sh @@ -1115,7 +1115,6 @@ wpa_supplicant_add_network() { set_default multi_ap 0 local key_mgmt='NONE' - local enc_str= local network_data= local T=" "