From 691e156aebd2943d598d697c316441f2f4c989ed Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 9 Oct 2019 13:22:44 -0400 Subject: [PATCH] examples/emotion: remove dead code this can never be reached CID 1400928 Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D10322 --- src/examples/emotion/emotion_signals_example.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/examples/emotion/emotion_signals_example.c b/src/examples/emotion/emotion_signals_example.c index dbc7a5b969..de8a39f1b9 100644 --- a/src/examples/emotion/emotion_signals_example.c +++ b/src/examples/emotion/emotion_signals_example.c @@ -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;