Skip to content

Commit b395dbd

Browse files
committed
---
yaml --- r: 20594 b: refs/heads/snap-stage3 c: f42a5a1 h: refs/heads/master v: v3
1 parent b90f59c commit b395dbd

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,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c0abe6999318a508a725eea7a01c6f3b5244c944
4+
refs/heads/snap-stage3: f42a5a1acd125982ab19abf3e892a819aceab45a
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/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

branches/snap-stage3/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) {

branches/snap-stage3/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)