eina: removed multiple eina_init call.

Summary:
I observed that eina_init() was called twice in this function and eina_shutdown() once. So thought this might be a mistake, and so have cleaned it.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns, cedric

Reviewed By: cedric

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1748

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Srivardhan Hebbar 2014-12-09 11:16:42 +01:00 committed by Cedric BAIL
parent e4a11c008c
commit 75b77c4722
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ eina_bench_eina_rectangle_pool(int request)
Eina_List *list = NULL;
int i;
eina_init();
eina_init();
pool = eina_rectangle_pool_new(2048, 2048);