Remove no-longer-true comment.

Change-Id: I888680e73682582438a0de0496238867f1604754
This commit is contained in:
Tim Newsome 2017-12-11 12:52:48 -08:00
parent 120477b2a2
commit 46715c7d8a
1 changed files with 0 additions and 1 deletions

View File

@ -1403,7 +1403,6 @@ void riscv_invalidate_register_cache(struct target *target)
{
RISCV_INFO(r);
/* Update the register list's widths. */
register_cache_invalidate(target->reg_cache);
for (size_t i = 0; i < GDB_REGNO_COUNT; ++i) {
struct reg *reg = &target->reg_cache->reg_list[i];