Skip to content

Commit

Permalink
Merge pull request #1077 from riscv-collab/remove-slot_t-from-riscv-013
Browse files Browse the repository at this point in the history
riscv-013: Remove unused typedef slot_t
  • Loading branch information
en-sc authored Jun 4, 2024
2 parents 347981c + 4ac35e4 commit 8568f9b
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 8568f9b

Please sign in to comment.