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:
parent
347981ca55
commit
4ac35e4f39
|
@ -101,12 +101,6 @@ typedef enum {
|
|||
DMI_STATUS_BUSY = DTM_DMI_OP_BUSY
|
||||
} dmi_status_t;
|
||||
|
||||
typedef enum slot {
|
||||
SLOT0,
|
||||
SLOT1,
|
||||
SLOT_LAST,
|
||||
} slot_t;
|
||||
|
||||
/*** Debug Bus registers. ***/
|
||||
|
||||
/* TODO: CMDERR_* defines can removed */
|
||||
|
|
Loading…
Reference in New Issue