From 128621be97d425a1d19e6640c8aee4fb6fca430b Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 20 Dec 2011 20:01:50 -0800 Subject: rt: Remove rust_task::grow. Obsolete --- src/rt/rust_task.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 6949df03f43..2e6c41a8e79 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -397,16 +397,6 @@ void rust_task::start() sched->lock.signal(); } -void -rust_task::grow(size_t n_frame_bytes) -{ - // FIXME (issue #151): Just fail rather than almost certainly crashing - // mysteriously later. The commented-out logic below won't work at all in - // the presence of non-word-aligned pointers. - abort(); - -} - // Only run this on the rust stack void rust_task::yield(size_t time_in_us, bool *killed) { -- cgit 1.4.1-3-g733a5