Remove notification channels in runtime (closes #1078)

This commit is contained in:
Ben Blum
2012-07-25 00:53:43 -04:00
parent d9e8efca19
commit c68f2d9aab
3 changed files with 0 additions and 37 deletions

View File

@@ -637,11 +637,6 @@ rust_new_task_in_sched(rust_sched_id id) {
return new_task_common(sched, task);
}
extern "C" CDECL void
rust_task_config_notify(rust_task *target, rust_port_id *port) {
target->config_notify(*port);
}
extern "C" rust_task *
rust_get_task() {
return rust_get_current_task();