hostapd: remove unused struct hostapd_ubus_iface
[openwrt/openwrt.git] / package / network / services / hostapd / src / src / ap / ubus.h
index e3ff981c7dccf6886951371f1c5d18548b662907..ca63b34cb71dc218e1ba41824978b55136fe21f8 100644 (file)
@@ -30,10 +30,6 @@ struct hostapd_data;
 #include <libubox/avl.h>
 #include <libubus.h>
 
-struct hostapd_ubus_iface {
-       struct ubus_object obj;
-};
-
 struct hostapd_ubus_bss {
        struct ubus_object obj;
        struct avl_tree banned;
@@ -50,8 +46,6 @@ void hostapd_ubus_notify(struct hostapd_data *hapd, const char *type, const u8 *
 
 #else
 
-struct hostapd_ubus_iface {};
-
 struct hostapd_ubus_bss {};
 
 static inline void hostapd_ubus_add_iface(struct hostapd_iface *iface)