From 386494e639ba141a7a47f2cc11eb522bb5615c69 Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Mon, 2 Nov 2020 17:48:26 +0900 Subject: [PATCH] e_comp_wl: remove unreached code. Change-Id: Ia614dc818a09fe3034b8fa1834b450282a592194 --- src/bin/e_comp_wl.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.34.1