E: Remove unused variable from e_signals.

SVN revision: 59597
This commit is contained in:
Christopher Michael 2011-05-22 16:59:08 +00:00
parent 3cf8d1fd05
commit 4327831db3
1 changed files with 0 additions and 2 deletions

View File

@ -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();