princeamd pushed a commit to branch enlightenment-0.17. http://git.enlightenment.org/core/enlightenment.git/commit/?id=be2f9e3447b461de70f9d68271a11982fff2ca7b
commit be2f9e3447b461de70f9d68271a11982fff2ca7b Author: Deon Thomas <[email protected]> Date: Sun Jun 1 10:12:55 2014 -0400 Remove redeclaration of variable remember_* --- src/bin/e_start_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_start_main.c b/src/bin/e_start_main.c index 2d7fb96..507a2da 100644 --- a/src/bin/e_start_main.c +++ b/src/bin/e_start_main.c @@ -444,8 +444,6 @@ main(int argc, char **argv) pid_t result; int status; Eina_Bool done = EINA_FALSE; - Eina_Bool remember_sigill = EINA_FALSE; - Eina_Bool remember_sigusr1 = EINA_FALSE; Eina_Bool bad_kernel = EINA_FALSE; #ifdef HAVE_SYS_PTRACE_H if (!really_know) --
