Fix compiler warnings
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_pwd / rlm_eap_pwd.c
index 7ae4db0..cc663dd 100644 (file)
@@ -76,7 +76,6 @@ static void add_reply(VALUE_PAIR** vp,
 static int
 eap_pwd_detach (void *arg)
 {
-    EAP_PWD_CONF *conf;
     eap_pwd_t *inst;
 
     inst = (eap_pwd_t *) arg;