kernel: remove k_alert API

This API was used in only one place in non-test code.  See whether we
can remove it.

Closes #12232

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2018-12-27 06:14:45 -06:00 committed by Anas Nashif
commit bfad9721d2
20 changed files with 2 additions and 1266 deletions

View file

@ -1,7 +1,6 @@
# kernel is a normal CMake library and not a zephyr_library because it
# should not be --whole-archive'd
add_library(kernel
alert.c
device.c
errno.c
idle.c