woohyun pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=ac858162833dc8d54c93cdce8f643813d591f8a0
commit ac858162833dc8d54c93cdce8f643813d591f8a0 Author: WooHyun Jung <[email protected]> Date: Fri Feb 14 10:57:22 2020 +0900 edje_load: just remove unreachable code --- src/lib/edje/edje_load.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/edje/edje_load.c b/src/lib/edje/edje_load.c index ed72971d1d..ec51e2a37a 100644 --- a/src/lib/edje/edje_load.c +++ b/src/lib/edje/edje_load.c @@ -1374,7 +1374,6 @@ _edje_object_file_set_internal(Evas_Object *obj, const Eina_File *file, const ch default: /* This list should only be filled by group, box or table, nothing else. */ abort(); - continue; } while (source) --
