Remove unused variables.
Change-Id: I678d0a65c22792895375dc6916381f81af8f83e4macbuild
parent
f06aaa9058
commit
1acb128290
|
@ -142,10 +142,6 @@ typedef struct {
|
||||||
unsigned datacount;
|
unsigned datacount;
|
||||||
/* Number of words in the Program Buffer. */
|
/* Number of words in the Program Buffer. */
|
||||||
unsigned progsize;
|
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 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
|
* the value we present to the user. That one may be stored in the
|
||||||
* reg_cache. */
|
* reg_cache. */
|
||||||
|
|
Loading…
Reference in New Issue