From fcd5b8b54f7efbda63341574e54fefcc72c2615d Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 20 Apr 2019 22:28:57 +0200 Subject: [PATCH] test-runner: Drop unused wiphy.interface_index --- tools/test-runner.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index e2eda2f2..bd5f687a 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -148,7 +148,6 @@ static const char * const qemu_table[] = { NULL }; struct wiphy { char name[20]; int id; - unsigned int interface_index; bool interface_created : 1; bool used_by_hostapd : 1; char *interface_name; @@ -1123,7 +1122,6 @@ configure: goto exit; wiphy->interface_created = true; - wiphy->interface_index = num_radios_created; l_info("Created interface %s on %s radio", wiphy->interface_name, wiphy->name);