Browse Source

Android: Remove hostapd dump_file functionality

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Dmitry Shmidt 11 years ago
parent
commit
b19ef32bf9
1 changed files with 0 additions and 1 deletions
  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