From 9aa67052e17705ee8175505836a2fa0117f044fe Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 18 Nov 2011 15:59:10 -0800 Subject: rt: Remove some stack-wasting macros from rust_task::yield --- src/rt/rust_task.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index e996563b0f5..fbaaebb8289 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -268,11 +268,7 @@ rust_task::grow(size_t n_frame_bytes) // Only run this on the rust stack void rust_task::yield(size_t time_in_us, bool *killed) { - LOG(this, task, "task %s @0x%" PRIxPTR " yielding for %d us", - name, this, time_in_us); - if (this->killed) { - A(sched, !blocked(), "Shouldn't be blocked before failing"); *killed = true; } -- cgit 1.4.1-3-g733a5