diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2010-07-22 15:39:41 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2010-07-22 15:39:41 -0700 |
| commit | 7ff20944960c26eee4fb2274afb3c29e5e4367ba (patch) | |
| tree | 725fa28e8ad50451f2d28c8892d6082e971ae9d2 /src/rt/rust_timer.cpp | |
| parent | 1cb4a57b7b2fda8db6a225207c9b9c090ba565d1 (diff) | |
| download | rust-7ff20944960c26eee4fb2274afb3c29e5e4367ba.tar.gz rust-7ff20944960c26eee4fb2274afb3c29e5e4367ba.zip | |
Back out too-platform-fussy bits in preempt-test work. I hate this test.
Diffstat (limited to 'src/rt/rust_timer.cpp')
| -rw-r--r-- | src/rt/rust_timer.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
