From cf2def46c120d8d6ef8a98571a39bef478c8c2a9 Mon Sep 17 00:00:00 2001 From: Eric Holk Date: Mon, 15 Aug 2011 16:54:02 -0700 Subject: Removed trans_comm.rs from the compiler. Updating aio/sio to work with the new chan and port system, started on a networking module for the standard library. --- src/rt/rust_builtin.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/rt/rust_builtin.cpp') diff --git a/src/rt/rust_builtin.cpp b/src/rt/rust_builtin.cpp index ef236247396..2675368fd88 100644 --- a/src/rt/rust_builtin.cpp +++ b/src/rt/rust_builtin.cpp @@ -775,11 +775,6 @@ migrate_alloc(rust_task *task, void *alloc, rust_task_id tid) { } } -extern "C" CDECL rust_chan * -clone_chan(rust_task *task, rust_chan *chan) { - return chan->clone(task); -} - // defined in rust_task.cpp extern size_t g_custom_min_stack_size; extern "C" CDECL void -- cgit 1.4.1-3-g733a5