Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / genmdesc.c
index 357651ee64175b78d2d4ecb3fd1d88ee7b808853..60ff683a9af013b5e752fba402e179e89eb425d5 100644 (file)
 #include <string.h>
 #include <mono/metadata/opcodes.h>
 
-#if defined(__native_client__) || defined(__native_client_codegen__)
-volatile int __nacl_thread_suspension_needed = 0;
-void __nacl_suspend_thread_if_needed() {}
-#endif
-
 #define MINI_OP(a,b,dest,src1,src2) b,
 #define MINI_OP3(a,b,dest,src1,src2,src3) b,
 /* keep in sync with the enum in mini.h */