From c9c3eafacb3980a966175e0a5b423929c357944a Mon Sep 17 00:00:00 2001 From: Sebastien Decugis Date: Fri, 30 Jan 2009 21:21:46 +0200 Subject: [PATCH] Remove unused variable from struct hostapd_config I think that the "radius" pointer in the structure hostapd_config is never used; when the configuration is parsed the related data is stored in hostapd_bss_config's "radius" var. --- hostapd/config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hostapd/config.h b/hostapd/config.h index 315968285..a3247f26d 100644 --- a/hostapd/config.h +++ b/hostapd/config.h @@ -329,7 +329,6 @@ typedef enum { */ struct hostapd_config { struct hostapd_bss_config *bss, *last_bss; - struct hostapd_radius_servers *radius; size_t num_bss; u16 beacon_int;