platform/wifi: drop an unused variable

src/platform/wifi/wifi-utils-nl80211.c:192:31: error: unused variable 'msg_free' [-Werror,-Wunused-variable]
          nm_auto_nlmsg struct nl_msg *msg_free = msg;

Fixes: a7bda2ed12
This commit is contained in:
Lubomir Rintel 2018-02-23 22:04:11 +01:00
parent 8b003e6d06
commit d7108d9362

View file

@ -189,7 +189,6 @@ _nl80211_send_and_recv (struct nl_sock *nl_sock,
int (*valid_handler) (struct nl_msg *, void *),
void *valid_data)
{
nm_auto_nlmsg struct nl_msg *msg_free = msg;
int err;
int done = 0;
const struct nl_cb cb = {