Skip to content

Commit afff809

Browse files
committed
---
yaml --- r: 6237 b: refs/heads/master c: 0dc8387 h: refs/heads/master i: 6235: 05d4ca7 v: v3
1 parent 178f510 commit afff809

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2e8ebb7c27f45b677c07c8edb960c1f7ff04e20c
2+
refs/heads/master: 0dc83879958ed008b4be9decf2efaa2be6c7eea3

trunk/src/rt/rust_builtin.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -518,11 +518,6 @@ void drop_port(rust_port *port) {
518518
port->ref_count--;
519519
}
520520

521-
extern "C" CDECL
522-
void chan_send(rust_chan *chan, void *sptr) {
523-
chan->send(sptr);
524-
}
525-
526521
extern "C" CDECL void
527522
chan_id_send(type_desc *t, rust_task_id target_task_id,
528523
rust_port_id target_port_id, void *sptr) {

trunk/src/rt/rustrt.def.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ aio_stop
1010
aio_writedata
1111
align_of
1212
chan_id_send
13-
chan_send
1413
check_claims
1514
debug_box
1615
debug_fn

0 commit comments

Comments
 (0)