Remove empty line.

Change-Id: Id00bfd73363e60e109b339e86d620c1ed7d5198a
This commit is contained in:
Tim Newsome 2022-04-27 12:59:43 -07:00
parent edcfcab890
commit 68e41dc1c8
1 changed files with 0 additions and 1 deletions

View File

@ -1159,7 +1159,6 @@ int riscv_hit_watchpoint(struct target *target, struct watchpoint **hit_watchpoi
return ERROR_FAIL;
}
static int oldriscv_step(struct target *target, int current, uint32_t address,
int handle_breakpoints)
{