core: Remove private::chan_from_global_ptr. #3915

This commit is contained in:
Brian Anderson 2013-01-21 19:16:01 -08:00
parent b9608fe423
commit a3e087cefa
2 changed files with 2 additions and 154 deletions

View file

@ -75,10 +75,10 @@ fn get_monitor_task_gl() -> IoTask unsafe {
debug!("global monitor task starting");
// As a weak task the runtime will notify us when to exit
do weaken_task |weak_exit_po| {
debug!("global monitor task is now weak");
debug!("global monitor task is weak");
weak_exit_po.recv();
iotask::exit(&iotask);
debug!("global monitor task is leaving weakend state");
debug!("global monitor task is unweak");
};
debug!("global monitor task exiting");
}