[runtime] Remove all NACL support. It was unmaintained for a long time. (#4955)
[mono.git] / mono / profiler / mprof-report.c
index 1017d1f8e6d4fb9e09b8f08fc4c7c8a976f35db6..3b5d170a694ac1385491fcb43d427c7ae48a33b9 100644 (file)
 #define HASH_SIZE 9371
 #define SMALL_HASH_SIZE 31
 
-#if defined(__native_client__) || defined(__native_client_codegen__)
-volatile int __nacl_thread_suspension_needed = 0;
-void __nacl_suspend_thread_if_needed() {}
-#endif
-
 static int debug = 0;
 static int collect_traces = 0;
 static int show_traces = 0;