diff options
| author | Flavio Percoco <flaper87@gmail.com> | 2014-03-23 11:37:31 +0100 |
|---|---|---|
| committer | Flavio Percoco <flaper87@gmail.com> | 2014-03-23 11:37:31 +0100 |
| commit | 576e36e674d645cd4682cf2df43fb25c3d1a71d4 (patch) | |
| tree | 3d53cbf1db37999af25297e739d495a718721faa /src/libstd/sync/mod.rs | |
| parent | 2ddb60565423bdc225ccc8dd4ebfb653c5650ba2 (diff) | |
| download | rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.tar.gz rust-576e36e674d645cd4682cf2df43fb25c3d1a71d4.zip | |
Register new snapshots
Diffstat (limited to 'src/libstd/sync/mod.rs')
| -rw-r--r-- | src/libstd/sync/mod.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libstd/sync/mod.rs b/src/libstd/sync/mod.rs index 994d12b34e5..3213c538152 100644 --- a/src/libstd/sync/mod.rs +++ b/src/libstd/sync/mod.rs @@ -16,10 +16,6 @@ //! other types of concurrent primitives. pub mod arc; -#[cfg(stage0)] -#[path = "atomics_stage0.rs"] -pub mod atomics; -#[cfg(not(stage0))] pub mod atomics; pub mod deque; pub mod mpmc_bounded_queue; |
