From 06b52b70db868285de5cf71166e5ce5b9dfb8e00 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 12:36:59 -0700 Subject: Fix typos in comments, delete obsolete comments and dead commented code. --- src/rt/rust_dom.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/rt/rust_dom.cpp') diff --git a/src/rt/rust_dom.cpp b/src/rt/rust_dom.cpp index 205084ff..7392833d 100644 --- a/src/rt/rust_dom.cpp +++ b/src/rt/rust_dom.cpp @@ -217,8 +217,6 @@ void rust_dom::reap_dead_tasks() { for (size_t i = 0; i < dead_tasks.length(); ) { rust_task *task = dead_tasks[i]; -// log(rust_log::TASK, "dead task 0x%" PRIxPTR " with ref_count: %d", -// task, task->ref_count); if (task->ref_count == 0) { I(this, !task->waiting_tasks.length()); dead_tasks.swap_delete(task); -- cgit v1.2.3