station: fix compiler error after bss_free change

This commit is contained in:
James Prestwood 2019-06-10 13:08:50 -07:00 committed by Denis Kenzior
parent 0ec9618b5f
commit 08a3775821
1 changed files with 0 additions and 3 deletions

View File

@ -200,9 +200,6 @@ static void station_add_autoconnect_bss(struct station *station,
static void bss_free(void *data)
{
struct scan_bss *bss = data;
const char *addr;
addr = util_address_to_string(bss->addr);
scan_bss_free(bss);
}