kernel: remove legacy kernel support

Change-Id: Iac1e21677d74f81a93cd29d64cce261676ae78a6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-04-18 09:33:47 -04:00 committed by Kumar Gala
commit 306e15e0a1
26 changed files with 10 additions and 322 deletions

View file

@ -40,10 +40,3 @@ void k_thread_abort(k_tid_t thread)
_reschedule_threads(key);
}
#endif
/* legacy API */
void task_abort_handler_set(void (*func)(void))
{
_current->fn_abort = func;
}