Skip to content

Commit

Permalink
riscv-013: Remove unused typedef slot_t
Browse files Browse the repository at this point in the history
Code cleanup: "slot_t" is unused in riscv013 - remove it.

Change-Id: I9d5a0cf8446a180b1d13a9ce2c86d904b946cf28
Signed-off-by: Jan Matyas <jan.matyas@codasip.com>
  • Loading branch information
Jan Matyas committed May 31, 2024
1 parent 347981c commit 4ac35e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/target/riscv/riscv-013.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 4ac35e4

Please sign in to comment.