Android: Remove hostapd dump_file functionality

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt 2014-01-09 15:19:36 -08:00 committed by Jouni Malinen
parent fd77e594a4
commit b19ef32bf9

View 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