xtensa: remove sys_define_gpr_with_alias()

This is not being used in Xtensa anywhere, so remove.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2023-10-09 11:10:40 -07:00 committed by Anas Nashif
parent a64eec6aae
commit 035c8d8ceb

View file

@ -46,9 +46,6 @@
* @}
*/
/* Xtensa GPRs are often designated by two different names */
#define sys_define_gpr_with_alias(name1, name2) union { uint32_t name1, name2; }
#include <zephyr/arch/xtensa/exception.h>
#ifdef __cplusplus