remove unused variable
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 1 Dec 2014 16:28:46 +0000 (16:28 +0000)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 1 Dec 2014 16:28:46 +0000 (16:28 +0000)
src/bin/e_start_main.c

index 12c185b..9f736b8 100644 (file)
@@ -682,7 +682,6 @@ not_done:
           {
              if (WIFSTOPPED(status) && !stop_ptrace)
                {
-                  char buffer[4096];
                   char *backtrace_str = NULL;
 
                   siginfo_t sig;