From 7397903234276e88b70a5c3fc6ce247ce6136529 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 17 Oct 2019 12:36:44 -0500 Subject: [PATCH] monitor: Fix unused variable warning --- monitor/nlmon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/monitor/nlmon.c b/monitor/nlmon.c index a35ec714..53e24d10 100644 --- a/monitor/nlmon.c +++ b/monitor/nlmon.c @@ -3677,7 +3677,6 @@ static void print_authentication_mgmt_frame(unsigned int level, { const char *str; const struct mmpdu_authentication *body; - struct ie_tlv_iter iter; if (!mmpdu) return;