Parcourir la source

Android: Remove hostapd dump_file functionality

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Dmitry Shmidt il y a 11 ans
Parent
commit
b19ef32bf9
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      hostapd/Android.mk

+ 0 - 1
hostapd/Android.mk

@@ -141,7 +141,6 @@ ifndef CONFIG_NO_DUMP_STATE
 # through control interface commands (undefine it, if you want to save in
 # binary size)
 L_CFLAGS += -DHOSTAPD_DUMP_STATE
-OBJS += dump_state.c
 OBJS += src/eapol_auth/eapol_auth_dump.c
 endif