diff --git a/src/mod/languages/mod_managed/freeswitch_wrap.cxx b/src/mod/languages/mod_managed/freeswitch_wrap.cxx index 4bd655307a..4a85cf555b 100644 --- a/src/mod/languages/mod_managed/freeswitch_wrap.cxx +++ b/src/mod/languages/mod_managed/freeswitch_wrap.cxx @@ -7522,18 +7522,6 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_switch_core_get_console() { } -SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_launch_thread(void * jarg1, void * jarg2, void * jarg3) { - void *(*arg1)(switch_thread_t *,void *) = (void *(*)(switch_thread_t *,void *)) 0 ; - void *arg2 = (void *) 0 ; - switch_memory_pool_t *arg3 = (switch_memory_pool_t *) 0 ; - - arg1 = (void *(*)(switch_thread_t *,void *))jarg1; - arg2 = (void *)jarg2; - arg3 = (switch_memory_pool_t *)jarg3; - switch_core_launch_thread(arg1,arg2,arg3); -} - - SWIGEXPORT void SWIGSTDCALL CSharp_switch_core_set_globals() { switch_core_set_globals(); } diff --git a/src/mod/languages/mod_managed/managed/swig.cs b/src/mod/languages/mod_managed/managed/swig.cs index a717d72e9f..2960673dcc 100644 --- a/src/mod/languages/mod_managed/managed/swig.cs +++ b/src/mod/languages/mod_managed/managed/swig.cs @@ -1812,10 +1812,6 @@ public class freeswitch { return ret; } - public static void switch_core_launch_thread(SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void func, SWIGTYPE_p_void obj, SWIGTYPE_p_apr_pool_t pool) { - freeswitchPINVOKE.switch_core_launch_thread(SWIGTYPE_p_f_p_switch_thread_t_p_void__p_void.getCPtr(func), SWIGTYPE_p_void.getCPtr(obj), SWIGTYPE_p_apr_pool_t.getCPtr(pool)); - } - public static void switch_core_set_globals() { freeswitchPINVOKE.switch_core_set_globals(); } @@ -6153,9 +6149,6 @@ class freeswitchPINVOKE { [DllImport("mod_managed", EntryPoint="CSharp_switch_core_get_console")] public static extern IntPtr switch_core_get_console(); - [DllImport("mod_managed", EntryPoint="CSharp_switch_core_launch_thread")] - public static extern void switch_core_launch_thread(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3); - [DllImport("mod_managed", EntryPoint="CSharp_switch_core_set_globals")] public static extern void switch_core_set_globals();