From: jeon Date: Tue, 25 Jun 2019 22:44:27 +0000 (+0900) Subject: remove unreachable codes X-Git-Tag: accepted/tizen/unified/20190701.111759~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=984747e7d55d0cb5ccb1225b1a0c976eb2df46d5;p=platform%2Fcore%2Fapi%2Fefl-util.git remove unreachable codes Change-Id: Ifb9fdcb8205f24c6e9ec7b039a0ed386854f0e29 --- diff --git a/src/efl_util.c b/src/efl_util.c index 5995e3d..5f8199f 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -450,8 +450,6 @@ _wl_init_default_queue(void) return EINA_TRUE; fail: - if (display_wrapper) - wl_proxy_wrapper_destroy(display_wrapper); ecore_wl2_shutdown(); return EINA_FALSE;