Merge pull request #132 from riscv/cleanup

Remove unused variables.
This commit is contained in:
Tim Newsome 2017-10-26 08:14:31 -07:00 committed by GitHub
commit f416527985
1 changed files with 0 additions and 4 deletions

View File

@ -142,10 +142,6 @@ typedef struct {
unsigned datacount;
/* Number of words in the Program Buffer. */
unsigned progsize;
/* Number of Program Buffer registers. */
/* Number of words in Debug RAM. */
uint64_t tselect;
bool tselect_dirty;
/* The value that mstatus actually has on the target right now. This is not
* the value we present to the user. That one may be stored in the
* reg_cache. */