Skip to content

Commit c9d1685

Browse files
committed
---
yaml --- r: 22702 b: refs/heads/master c: f42a5a1 h: refs/heads/master v: v3
1 parent adba8c8 commit c9d1685

File tree

4 files changed

+1
-8
lines changed

4 files changed

+1
-8
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c0abe6999318a508a725eea7a01c6f3b5244c944
2+
refs/heads/master: f42a5a1acd125982ab19abf3e892a819aceab45a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/libcore/task.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export add_wrapper;
4444
export run;
4545

4646
export future_result;
47-
export unsupervise;
4847
export run_listener;
4948
export run_with;
5049

trunk/src/rt/rust_builtin.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,6 @@ rust_env_pairs() {
127127
}
128128
#endif
129129

130-
extern "C" CDECL void
131-
unsupervise() {
132-
// FIXME(#1789): bblum: remove this; requires a snapshot
133-
}
134-
135130
extern "C" CDECL void
136131
vec_reserve_shared_actual(type_desc* ty, rust_vec_box** vp,
137132
size_t n_elts) {

trunk/src/rt/rustrt.def.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ vec_from_buf_shared
6868
task_clear_event_reject
6969
task_wait_event
7070
task_signal_event
71-
unsupervise
7271
upcall_cmp_type
7372
upcall_fail
7473
upcall_trace

0 commit comments

Comments
 (0)