q66 pushed a commit to branch master.

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

commit cc744596b33490260571c2437619a7a69a27336d
Author: Daniel Kolesa <d.kol...@samsung.com>
Date:   Wed May 2 13:16:39 2018 +0200

    eolian gen: remove unused promise variables
---
 src/bin/eolian/sources.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/bin/eolian/sources.c b/src/bin/eolian/sources.c
index 7120496605..3ac3b48391 100644
--- a/src/bin/eolian/sources.c
+++ b/src/bin/eolian/sources.c
@@ -316,9 +316,6 @@ _gen_func(const Eolian_Class *cl, const Eolian_Function 
*fid,
    Eina_Strbuf *params_init = eina_strbuf_new(); /* default value inits */
    Eina_Strbuf *fallback_free_ownership = eina_strbuf_new(); /* list of 
function calls that are freeing the owned parameters, or doing nothing on the 
normal parameters, NULL if there is nothing owned*/
 
-   Eina_Stringshare *promise_param_name = NULL;
-   Eina_Stringshare *promise_param_type = NULL;
-
    /* property keys */
    {
       Eina_Iterator *itr = eolian_property_keys_get(fid, ftype);
@@ -727,9 +724,6 @@ _gen_func(const Eolian_Class *cl, const Eolian_Function 
*fid,
 
    eina_stringshare_del(rtpn);
 
-   eina_stringshare_del(promise_param_name);
-   eina_stringshare_del(promise_param_type);
-
    eina_strbuf_free(params);
    eina_strbuf_free(params_full);
    eina_strbuf_free(params_full_imp);

-- 


Reply via email to