vitorsousa pushed a commit to branch master.

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

commit 9bea248d3cb9c7ff071b1aca8084924f3ac1951b
Author: Lauro Moura <[email protected]>
Date:   Wed Feb 6 19:47:40 2019 -0200

    efl-mono: Remove uneeded declaration from classes.
    
    Summary: The constructing method is not used anymore after D7789 landed.
    
    Test Plan: run tests
    
    Reviewers: segfaultxavi, felipealmeida, vitor.sousa
    
    Reviewed By: segfaultxavi, vitor.sousa
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D7875
---
 src/bin/eolian_mono/eolian/mono/klass.hh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/bin/eolian_mono/eolian/mono/klass.hh 
b/src/bin/eolian_mono/eolian/mono/klass.hh
index d8f2e7e4f7..6c02de67ed 100644
--- a/src/bin/eolian_mono/eolian/mono/klass.hh
+++ b/src/bin/eolian_mono/eolian/mono/klass.hh
@@ -496,9 +496,7 @@ struct klass
      auto native_inherit_name = name_helpers::klass_native_inherit_name(cls);
 
      if(!as_generator(
-             scope_tab << "///<summary>Delegate for function to be called from 
inside the native constructor.</summary>\n"
-             << scope_tab << "public" << (root ? "" : " new") << " delegate 
void ConstructingMethod(" << inherit_name << " obj);\n"
-             << scope_tab << "[System.Runtime.InteropServices.DllImport(" << 
context_find_tag<library_context>(context).actual_library_name(cls.filename)
+             scope_tab << "[System.Runtime.InteropServices.DllImport(" << 
context_find_tag<library_context>(context).actual_library_name(cls.filename)
              << ")] internal static extern System.IntPtr\n"
              << scope_tab << scope_tab << name_helpers::klass_get_name(cls) << 
"();\n"
             ).generate(sink, attributes::unused, context))

-- 


Reply via email to