Commit a64eec6a authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

xtensa: remove XTENSA_ERR_NORET



It is not being used anywhere, so remove.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent bd3c76c8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -100,8 +100,6 @@ extern void z_irq_priority_set(uint32_t irq, uint32_t prio, uint32_t flags);
	Z_ISR_DECLARE(irq_p, flags_p, isr_p, isr_param_p); \
}

#define XTENSA_ERR_NORET

extern uint32_t sys_clock_cycle_get_32(void);

static inline uint32_t arch_k_cycle_get_32(void)