From 1acb1282904878d450dcd5718ff9703475419fc7 Mon Sep 17 00:00:00 2001
From: Tim Newsome <tim@sifive.com>
Date: Wed, 25 Oct 2017 13:37:56 -0700
Subject: [PATCH] Remove unused variables.

Change-Id: I678d0a65c22792895375dc6916381f81af8f83e4
---
 src/target/riscv/riscv-013.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/target/riscv/riscv-013.c b/src/target/riscv/riscv-013.c
index f17ef72e6..4ab9a2e9d 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. */