diff options
author | Tim Newsome <tim@sifive.com> | 2017-10-26 08:14:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 08:14:31 -0700 |
commit | f4165279856cde06739a3b9a3ec54e8ff829fabd (patch) | |
tree | 8669f769d8545d0ec74c31f37f7b12d13176cd09 | |
parent | f06aaa9058b6f21ab83affbf5c56214eaa4e9992 (diff) | |
parent | 1acb1282904878d450dcd5718ff9703475419fc7 (diff) | |
download | riscv-openocd-f4165279856cde06739a3b9a3ec54e8ff829fabd.zip riscv-openocd-f4165279856cde06739a3b9a3ec54e8ff829fabd.tar.gz riscv-openocd-f4165279856cde06739a3b9a3ec54e8ff829fabd.tar.bz2 |
Merge pull request #132 from riscv/cleanup
Remove unused variables.
-rw-r--r-- | src/target/riscv/riscv-013.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c index f17ef72..4ab9a2e 100644 --- a/src/target/riscv/riscv-013.c +++ b/src/target/riscv/riscv-013.c @@ -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. */ |