examples/emotion: remove dead code

this can never be reached

CID 1400928

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10322
This commit is contained in:
Mike Blumenkrantz 2019-10-09 13:22:44 -04:00 committed by Marcel Hollerbach
parent 9fb86615fe
commit 691e156aeb
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ main(int argc, const char *argv[])
ecore_evas_shutdown();
return 0;
ecore_evas_free(ee);
error:
ecore_evas_shutdown();
return -1;