Remove unsupervise

This commit is contained in:
Ben Blum 2012-07-24 17:31:43 -04:00
parent c0abe69993
commit f42a5a1acd
3 changed files with 0 additions and 7 deletions

View File

@ -44,7 +44,6 @@ export add_wrapper;
export run;
export future_result;
export unsupervise;
export run_listener;
export run_with;

View File

@ -127,11 +127,6 @@ rust_env_pairs() {
}
#endif
extern "C" CDECL void
unsupervise() {
// FIXME(#1789): bblum: remove this; requires a snapshot
}
extern "C" CDECL void
vec_reserve_shared_actual(type_desc* ty, rust_vec_box** vp,
size_t n_elts) {

View File

@ -68,7 +68,6 @@ vec_from_buf_shared
task_clear_event_reject
task_wait_event
task_signal_event
unsupervise
upcall_cmp_type
upcall_fail
upcall_trace