Removing the K_debug_ functions
There is no code that these are attached to any longer. Removing the dead externs to K_debug_req and K_debug_ack functions. Change-Id: I169e6d13ff9d5c89029dea5322cecce62c27e3b1 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
f600758ba9
commit
f3ebf6e222
1 changed files with 0 additions and 2 deletions
|
@ -90,8 +90,6 @@ extern void _k_timer_dealloc(struct k_args *);
|
|||
extern void _k_timer_start(struct k_args *);
|
||||
extern void _k_timer_stop(struct k_args *);
|
||||
extern void _k_mem_map_alloc_timeout(struct k_args *);
|
||||
extern void K_debug_req(struct k_args *);
|
||||
extern void K_debug_ack(struct k_args *);
|
||||
extern void _k_event_test(struct k_args *);
|
||||
extern void _k_event_handler_set(struct k_args *);
|
||||
extern void _k_event_signal(struct k_args *);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue