extra: Remove dbg module and rt support code

This stuff is ancient, unused, and tied to oldsched
This commit is contained in:
Brian Anderson 2013-07-31 18:51:57 -07:00
parent ef87e2cc96
commit 05eff5f731
6 changed files with 0 additions and 195 deletions

View file

@ -41,8 +41,6 @@ pub mod rustrt {
#[rust_stack]
pub fn rust_try_get_task() -> *rust_task;
pub fn rust_dbg_breakpoint();
}
}