Commit 72a8393a authored by Anas Nashif's avatar Anas Nashif
Browse files

kernel: kswap: removes unused `arch_swap` function declaration



Eliminates the external declaration of the `arch_swap` function.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent 41922b35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -193,7 +193,6 @@ static inline void z_swap_unlocked(void)

#else /* !CONFIG_USE_SWITCH */

extern int arch_swap(unsigned int key);

static inline void z_sched_switch_spin(struct k_thread *thread)
{