Remove prototype that crept back in.

Change-Id: I93c4690d6f655d2b4e5121cee889d9143d49b9ed
riscv-compliance-dev
Tim Newsome 2018-04-09 12:51:20 -07:00
parent c73e06809d
commit 4b84e0d77b
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ static char *gdb_port_next;
static void gdb_log_callback(void *priv, const char *file, unsigned line,
const char *function, const char *string);
static void gdb_sig_halted(struct connection *connection);
/* number of gdb connections, mainly to suppress gdb related debugging spam
* in helper/log.c when no gdb connections are actually active */
int gdb_actual_connections;