woohyun pushed a commit to branch master.

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

commit 5827fdb3cb1a3a596cf3373f16177a2a55dc4211
Author: WooHyun Jung <[email protected]>
Date:   Mon Dec 23 17:50:17 2019 +0900

    Revert "eolian: inherit since information from struct to field"
    
    This reverts commit f349510941a81649cbd040774c3d4939429e3293.
    
    This patch is causing some "ninja test" errors, so the errors
    should be fixed first.
---
 src/lib/eolian/eo_parser.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/lib/eolian/eo_parser.c b/src/lib/eolian/eo_parser.c
index 65165dbfad..96de7a77ec 100644
--- a/src/lib/eolian/eo_parser.c
+++ b/src/lib/eolian/eo_parser.c
@@ -536,8 +536,6 @@ parse_struct(Eo_Lexer *ls, const char *name, Eina_Bool 
is_extern,
 qual_end:
         check_next(ls, ';');
         FILL_DOC(ls, fdef, doc);
-        if (def->doc && fdef->doc && def->doc->since && !fdef->doc->since)
-          fdef->doc->since = eina_stringshare_ref (def->doc->since);
      }
    check_match(ls, '}', '{', bline, bcolumn);
    FILL_BASE(def->base, ls, line, column, TYPEDECL);

-- 


Reply via email to