net: websocket: Remove the websocket as HTTP APIs are removed

Remove the experimental websocket code as it uses HTTP APIs
which are being removed.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-01-24 11:19:17 +02:00 committed by Anas Nashif
commit 1cba0161ed
49 changed files with 0 additions and 4175 deletions

View file

@ -8,4 +8,3 @@ zephyr_sources_if_kconfig(uart_pipe.c)
zephyr_sources_if_kconfig(telnet_console.c)
zephyr_sources_if_kconfig(xtensa_sim_console.c)
zephyr_sources_if_kconfig(native_posix_console.c)
zephyr_sources_if_kconfig(websocket_console.c)