Skip to content

Commit 604f7c6

Browse files
committed
Removing locked queue port/chan prototype.
1 parent 7b03832 commit 604f7c6

File tree

3 files changed

+1
-164
lines changed

3 files changed

+1
-164
lines changed

src/libcore/core.rc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export float, f32, f64;
3939
export box, char, str, ptr, vec, bool;
4040
export either, option, result, iter;
4141
export libc, os, io, run, rand, sys, unsafe, logging;
42-
export arc, newcomm, comm, task, future, pipes;
42+
export arc, comm, task, future, pipes;
4343
export extfmt;
4444
export tuple;
4545
export to_str, to_bytes;
@@ -183,7 +183,6 @@ mod dlist_iter {
183183

184184
// Concurrency
185185
mod arc;
186-
mod newcomm;
187186
mod comm;
188187
mod task;
189188
mod future;

src/libcore/newcomm.rs

Lines changed: 0 additions & 85 deletions
This file was deleted.

src/test/bench/msgsend-ring-new.rs

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)