From: SooChan Lim Date: Mon, 2 Nov 2020 08:48:26 +0000 (+0900) Subject: e_comp_wl: remove unreached code. X-Git-Tag: submit/tizen/20201103.033023~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=386494e639ba141a7a47f2cc11eb522bb5615c69;p=platform%2Fupstream%2Fenlightenment.git e_comp_wl: remove unreached code. Change-Id: Ia614dc818a09fe3034b8fa1834b450282a592194 --- diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index 42b91ad6b5..a8ca86e52a 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -3905,7 +3905,6 @@ _e_comp_wl_client_usable_get(pid_t pid, E_Pixmap *ep) /* to set-up comp data */ _e_comp_wl_client_cb_new(NULL, ec); ec->ignored = 0; - if (!cdata) return NULL; _e_comp_wl_client_evas_init(ec); ELOGF("COMP", "Reusable ec. new_pixmap:%p", ec, ec->pixmap);