Android: Remove hostapd dump_file functionality
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 9 Jan 2014 23:19:36 +0000 (15:19 -0800)
committerJouni Malinen <j@w1.fi>
Tue, 14 Jan 2014 15:08:04 +0000 (17:08 +0200)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
hostapd/Android.mk

index 54ac497..6e37beb 100644 (file)
@@ -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