riscv-013: Remove unused typedef slot_t

Code cleanup: "slot_t" is unused in riscv013 - remove it.

Change-Id: I9d5a0cf8446a180b1d13a9ce2c86d904b946cf28
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
This commit is contained in:
Jan Matyas 2024-05-31 07:58:20 +02:00
parent 347981ca55
commit 4ac35e4f39
1 changed files with 0 additions and 6 deletions

View File

@ -101,12 +101,6 @@ typedef enum {
DMI_STATUS_BUSY = DTM_DMI_OP_BUSY DMI_STATUS_BUSY = DTM_DMI_OP_BUSY
} dmi_status_t; } dmi_status_t;
typedef enum slot {
SLOT0,
SLOT1,
SLOT_LAST,
} slot_t;
/*** Debug Bus registers. ***/ /*** Debug Bus registers. ***/
/* TODO: CMDERR_* defines can removed */ /* TODO: CMDERR_* defines can removed */