From 7ff20944960c26eee4fb2274afb3c29e5e4367ba Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 22 Jul 2010 15:39:41 -0700 Subject: Back out too-platform-fussy bits in preempt-test work. I hate this test. --- src/rt/rust_timer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rt/rust_timer.cpp') diff --git a/src/rt/rust_timer.cpp b/src/rt/rust_timer.cpp index 9427ec673ff..e4fbd6a94f8 100644 --- a/src/rt/rust_timer.cpp +++ b/src/rt/rust_timer.cpp @@ -34,7 +34,6 @@ timer_loop(void *ptr) { size_t ms = TIME_SLICE_IN_MS; while (!timer->exit_flag) { - YIELD_C_THREAD_IF_ON_VALGRIND; #if defined(__WIN32__) Sleep(ms); #else -- cgit 1.4.1-3-g733a5