mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
eapol: Remove unused global variable
This commit is contained in:
parent
04b786ed2c
commit
884dcbab92
@ -51,8 +51,6 @@ eapol_rekey_offload_func_t rekey_offload = NULL;
|
||||
eapol_tx_packet_func_t tx_packet = NULL;
|
||||
void *tx_user_data;
|
||||
|
||||
uint32_t next_frame_watch_id;
|
||||
|
||||
#define VERIFY_IS_ZERO(field) \
|
||||
do { \
|
||||
if (!util_mem_is_zero((field), sizeof((field)))) \
|
||||
|
Loading…
Reference in New Issue
Block a user