Signed-off-by: Timothy Edward Baldwin <t.e.baldwi...@members.leeds.ac.uk> --- gdbstub.c | 13 ------------- include/exec/gdbstub.h | 1 - 2 files changed, 14 deletions(-)
diff --git a/gdbstub.c b/gdbstub.c index ffe7e6e..fd319af 100644 --- a/gdbstub.c +++ b/gdbstub.c @@ -1472,19 +1472,6 @@ void gdb_exit(CPUArchState *env, int code) #ifdef CONFIG_USER_ONLY int -gdb_queuesig (void) -{ - GDBState *s; - - s = gdbserver_state; - - if (gdbserver_fd < 0 || s->fd < 0) - return 0; - else - return 1; -} - -int gdb_handlesig(CPUState *cpu, int sig) { GDBState *s; diff --git a/include/exec/gdbstub.h b/include/exec/gdbstub.h index 05f57c2..231ebdb 100644 --- a/include/exec/gdbstub.h +++ b/include/exec/gdbstub.h @@ -19,7 +19,6 @@ int use_gdb_syscalls(void); void gdb_set_stop_cpu(CPUState *cpu); void gdb_exit(CPUArchState *, int); #ifdef CONFIG_USER_ONLY -int gdb_queuesig (void); int gdb_handlesig(CPUState *, int); void gdb_signalled(CPUArchState *, int); void gdbserver_fork(CPUState *); -- 2.1.4