remove unused variable

This commit is contained in:
Daniel Kolesa 2014-12-01 16:28:46 +00:00
parent f918476da1
commit 715d7f00b4
1 changed files with 0 additions and 1 deletions

View File

@ -682,7 +682,6 @@ not_done:
{
if (WIFSTOPPED(status) && !stop_ptrace)
{
char buffer[4096];
char *backtrace_str = NULL;
siginfo_t sig;