svn path=/branches/mono-1-1-9/mcs/; revision=50439
[mono.git] / mono / metadata / threads.c
index 48384353a5801064db99eafdb8289ddbf2d2faf7..256b96ce470d86f7aa4130a15c66dc0b5844f767 100644 (file)
@@ -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)
 {