From 3fa930f5986a47ee1fa1d25d96c3c17904d60b1f Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 18 Dec 2011 02:09:41 -0800 Subject: rt: Remove a bogus FIXME from ~rust_task --- src/rt/rust_task.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/rt/rust_task.cpp') diff --git a/src/rt/rust_task.cpp b/src/rt/rust_task.cpp index 0f5a6904ff1..918721a6823 100644 --- a/src/rt/rust_task.cpp +++ b/src/rt/rust_task.cpp @@ -227,9 +227,7 @@ rust_task::~rust_task() // (ref_count == 1 && this == sched->root_task)); // Delete all the stacks. There may be more than one if the task failed - // FIXME: This is not correct. During unwinding we need to delete - // the stacks and record the stack limit, otherwise the stack - // stack is corrupted when destructors are running. + // and no landing pads stopped to clean up. while (stk != NULL) { del_stk(this, stk); } -- cgit 1.4.1-3-g733a5