X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fthreads-types.h;h=75cef7ef363b6918751e492c361fdff983e0208c;hb=a5624bf9ea51ec48fcfc6eede409dc9ceda3d5d4;hp=a63a741f4a941e186f5b6122c7aa6efb5bbf9244;hpb=5134b17082e9fbfd2e90efb3c411a6c65a11649e;p=mono.git diff --git a/mono/metadata/threads-types.h b/mono/metadata/threads-types.h index a63a741f4a9..75cef7ef363 100644 --- a/mono/metadata/threads-types.h +++ b/mono/metadata/threads-types.h @@ -211,8 +211,6 @@ void mono_thread_push_appdomain_ref (MonoDomain *domain); void mono_thread_pop_appdomain_ref (void); gboolean mono_thread_has_appdomain_ref (MonoThread *thread, MonoDomain *domain); -void mono_threads_clear_cached_culture (MonoDomain *domain); - MonoException* mono_thread_request_interruption (mono_bool running_managed); gboolean mono_thread_interruption_requested (void); MonoException* mono_thread_interruption_checkpoint (void);