MBO: Remove unused assignment
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 18 Jul 2016 20:41:19 +0000 (23:41 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 18 Jul 2016 20:41:19 +0000 (23:41 +0300)
commit34a50145074218f1206799cfc13b24a69444a30e
tree344bc5eed65a5097f2a4dd5fcf6ebc931badaf77
parentd9ed0ce65e7cf51adbf8737e62cc10e1897f8027
MBO: Remove unused assignment

The local found variable is not used in this case. Commit
653d227e9f40cad1114c1c96654061446fd8b131 ('MBO: Improve supported
operating class generation') introduced this variable and unnecessarily
set it here. Remove the write-only assignment to silence static
analyzers.

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