std::rt: Remove an obsolete FIXME. #7757

This commit is contained in:
Brian Anderson 2013-07-19 14:35:46 -07:00
parent 0d04aa78e5
commit 73fccf3e70

View File

@ -9,11 +9,6 @@
// except according to those terms.
//! Ports and channels.
//!
//! XXX: Carefully consider whether the sequentially consistent
//! atomics here can be converted to acq/rel. I'm not sure they can,
//! because there is data being transerred in both directions (the payload
//! goes from sender to receiver and the task pointer goes the other way).
use option::*;
use cast;