From 884dcbab923540409c7446339fdcb2ba58a968a0 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 15 Aug 2019 19:29:36 +0200 Subject: [PATCH] eapol: Remove unused global variable --- src/eapol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/eapol.c b/src/eapol.c index b2d0c6a9..8b2e4f18 100644 --- a/src/eapol.c +++ b/src/eapol.c @@ -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)))) \