aboutsummaryrefslogtreecommitdiff
path: root/riscv/remote_bitbang.cc
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/remote_bitbang.cc')
-rw-r--r--riscv/remote_bitbang.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscv/remote_bitbang.cc b/riscv/remote_bitbang.cc
index 8453e85..182b371 100644
--- a/riscv/remote_bitbang.cc
+++ b/riscv/remote_bitbang.cc
@@ -106,7 +106,6 @@ void remote_bitbang_t::tick()
void remote_bitbang_t::execute_commands()
{
- static char send_buf[buf_size];
unsigned total_processed = 0;
bool quit = false;
bool in_rti = tap->state() == RUN_TEST_IDLE;