mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-08 20:50:32 +01:00
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:
parent
8b003e6d06
commit
d7108d9362
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue