remove unreachable codes 31/208531/1
authorjeon <jhyuni.kang@samsung.com>
Tue, 25 Jun 2019 22:44:27 +0000 (07:44 +0900)
committerjeon <jhyuni.kang@samsung.com>
Tue, 25 Jun 2019 22:44:27 +0000 (07:44 +0900)
Change-Id: Ifb9fdcb8205f24c6e9ec7b039a0ed386854f0e29

src/efl_util.c

index 5995e3d..5f8199f 100644 (file)
@@ -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;