ecore_event: Remove unused goto define

Summary:
   For remove -Wunused-label warning

Test Plan: N/A

Reviewers: Hermet, kimcinoo, YOhoho

Reviewed By: YOhoho

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10584
This commit is contained in:
junsu choi 2019-11-01 12:46:24 +09:00
parent 166b3e66e3
commit 39bde2cedf
1 changed files with 0 additions and 3 deletions

View File

@ -153,9 +153,6 @@ _ecore_event_init(void)
// no need to do as it was a count, nto an event
return EINA_TRUE;
err_pool:
return EINA_FALSE;
}
void