From: Sebastien Decugis Date: Fri, 30 Jan 2009 19:21:46 +0000 (+0200) Subject: Remove unused variable from struct hostapd_config X-Git-Tag: hostap_0_7_0~584 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9c3eafacb3980a966175e0a5b423929c357944a;p=thirdparty%2Fhostap.git 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. --- 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;