From 4327831db3c49a7c0d7b1ebb0768119b84e97d2f Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 22 May 2011 16:59:08 +0000 Subject: [PATCH] E: Remove unused variable from e_signals. SVN revision: 59597 --- src/bin/e_signals.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index 7c1ba806d..9e61cb75d 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -228,8 +228,6 @@ e_sigbus_act(int x __UNUSED__, siginfo_t *info __UNUSED__, void *data __UNUSED__ EAPI void e_sigabrt_act(int x __UNUSED__, siginfo_t *info __UNUSED__, void *data __UNUSED__) { - char msg[1024]; - _e_backtrace("**** ABORT ****"); _e_x_composite_shutdown(); ecore_x_pointer_ungrab();