Skip to content

Commit 73fccf3

Browse files
committed
std::rt: Remove an obsolete FIXME. #7757
1 parent 0d04aa7 commit 73fccf3

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)