Skip to content

Commit bb8ca1f

Browse files
committed
auto merge of #7910 : brson/rust/rm-fixme, r=graydon
2 parents c5c0252 + 73fccf3 commit bb8ca1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libstd/rt/comm.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
// except according to those terms.
1010

1111
//! Ports and channels.
12-
//!
13-
//! XXX: Carefully consider whether the sequentially consistent
14-
//! atomics here can be converted to acq/rel. I'm not sure they can,
15-
//! because there is data being transerred in both directions (the payload
16-
//! goes from sender to receiver and the task pointer goes the other way).
1712
1813
use option::*;
1914
use cast;

0 commit comments

Comments
 (0)