[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)
[mono.git] / mono / dis / dump.c
index 9242e8639fe4fc147608b82d559b3a6d7e62b28f..c13675e8233525e0fd63f80f51b45f6677b19d94 100755 (executable)
 #include "mono/metadata/class-internals.h"
 #include "mono/utils/mono-compiler.h"
 
-#if defined(__native_client__) && defined(__GLIBC__)
-volatile int __nacl_thread_suspension_needed = 0;
-void __nacl_suspend_thread_if_needed() {}
-#endif
-
 void
 dump_table_assembly (MonoImage *m)
 {