Remove unused variable from struct hostapd_config
authorSebastien Decugis <sdecugis@nict.go.jp>
Fri, 30 Jan 2009 19:21:46 +0000 (21:21 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 30 Jan 2009 19:21:46 +0000 (21:21 +0200)
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

index 3159682..a3247f2 100644 (file)
@@ -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;