diff options
Diffstat (limited to 'gdb/common/agent.c')
-rw-r--r-- | gdb/common/agent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/common/agent.c b/gdb/common/agent.c index 41884b9..1ea62d2 100644 --- a/gdb/common/agent.c +++ b/gdb/common/agent.c @@ -212,7 +212,6 @@ agent_run_command (int pid, const char *cmd, int len) if (fd >= 0) { char buf[1] = ""; - int ret; DEBUG_AGENT ("agent: signalling helper thread\n"); |