hostapd: Remove unused variable assignment
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 3 Sep 2014 12:37:58 +0000 (15:37 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 3 Sep 2014 12:37:58 +0000 (15:37 +0300)
commitdf756b374e4e437117a8b40a079e8df3cf77e98d
tree98d35698d38928f7c45f559e3c779ccd23f9ce3e
parente47abdb9dbd039986f87241808bb43883dd76e0f
hostapd: Remove unused variable assignment

The local bss variable is used only within the while loop, so no need to
assign or even make it visible outside the loop.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c