jpeg pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8b4abdcd0e11db61d2bad4bdff4ca20e6212bce2

commit 8b4abdcd0e11db61d2bad4bdff4ca20e6212bce2
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Tue Jan 16 18:32:15 2018 +0900

    eo: Remove unused goto label
---
 src/lib/eo/eo.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/lib/eo/eo.c b/src/lib/eo/eo.c
index 410f8a78f0..973e5647cd 100644
--- a/src/lib/eo/eo.c
+++ b/src/lib/eo/eo.c
@@ -566,11 +566,7 @@ composite_continue:
             file, line, func_name, op, main_klass->desc->name);
         goto err;
      }
-err_cache_op:
-   ERR("%s:%d: unable to resolve %s api func '%s' in class '%s'.",
-       file, line, (!is_obj ? "class" : "regular"),
-       func_name, klass->desc->name);
-   goto err;
+
 err_func_src:
    ERR("in %s:%d: you called a pure virtual func '%s' (%d) of class '%s'.",
        file, line, func_name, op, klass->desc->name);

-- 


Reply via email to