eloop: Remove eloop_none.c
This was supposed to be a minimal sample of eloop wrapper, but it is unclear whether this is of that much use and the file has not been kept up-to-date. Remove this file to reduce maintenance effort. The other eloop*.c files can be used as a starting point if something new is needed. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
3505743395
commit
e1925bde36
3 changed files with 0 additions and 412 deletions
|
@ -307,7 +307,6 @@ CONFIG_BACKEND=file
|
|||
# Select event loop implementation
|
||||
# eloop = select() loop (default)
|
||||
# eloop_win = Windows events and WaitForMultipleObject() loop
|
||||
# eloop_none = Empty template
|
||||
#CONFIG_ELOOP=eloop
|
||||
|
||||
# Should we use poll instead of select? Select is used by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue