[threads] Remove dead field cached_culture_info (#4410)
[mono.git] / mono / metadata / threads-types.h
index a63a741f4a941e186f5b6122c7aa6efb5bbf9244..75cef7ef363b6918751e492c361fdff983e0208c 100644 (file)
@@ -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);