about summary refs log tree commit diff
path: root/src/rt/rust_builtin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/rt/rust_builtin.cpp')
-rw-r--r--src/rt/rust_builtin.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp
index 53650beea38..36912ae428d 100644
--- a/src/rt/rust_builtin.cpp
+++ b/src/rt/rust_builtin.cpp
@@ -518,11 +518,6 @@ void drop_port(rust_port *port) {
     port->ref_count--;
 }
 
-extern "C" CDECL
-void chan_send(rust_chan *chan, void *sptr) {
-    chan->send(sptr);
-}
-
 extern "C" CDECL void
 chan_id_send(type_desc *t, rust_task_id target_task_id,
              rust_port_id target_port_id, void *sptr) {