Skip to content

Commit

Permalink
Remove unsupervise
Browse files Browse the repository at this point in the history
  • Loading branch information
bblum committed Jul 24, 2012
1 parent c0abe69 commit f42a5a1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/libcore/task.rs
Expand Up @@ -44,7 +44,6 @@ export add_wrapper;
export run;

export future_result;
export unsupervise;
export run_listener;
export run_with;

Expand Down
5 changes: 0 additions & 5 deletions src/rt/rust_builtin.cpp
Expand Up @@ -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) {
Expand Down
1 change: 0 additions & 1 deletion src/rt/rustrt.def.in
Expand Up @@ -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
Expand Down

0 comments on commit f42a5a1

Please sign in to comment.