X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fthreads.c;h=256b96ce470d86f7aa4130a15c66dc0b5844f767;hb=089d5fed1917f774dfd602b2e3e4f5a60285a349;hp=48384353a5801064db99eafdb8289ddbf2d2faf7;hpb=4be31c13c25215e49d26a24e180b33faccf1e6bb;p=mono.git diff --git a/mono/metadata/threads.c b/mono/metadata/threads.c index 48384353a58..256b96ce470 100644 --- a/mono/metadata/threads.c +++ b/mono/metadata/threads.c @@ -471,6 +471,7 @@ HANDLE ves_icall_System_Threading_Thread_Thread_internal(MonoThread *this, { guint32 (*start_func)(void *); struct StartInfo *start_info; + MonoMethod *im; HANDLE thread; gsize tid; @@ -1300,13 +1301,6 @@ ves_icall_System_Threading_Interlocked_Read_Long (gint64 *location) #endif } -void -ves_icall_System_Threading_Thread_MemoryBarrier (void) -{ - /* Should be implemented as a JIT intrinsic */ - mono_raise_exception (mono_get_exception_not_implemented (NULL)); -} - void ves_icall_System_Threading_Thread_ClrState (MonoThread* this, guint32 state) {