Skip to content

Commit

Permalink
acle/barrier: remove cfg from re-export
Browse files Browse the repository at this point in the history
addresses #557 (comment)
  • Loading branch information
japaric authored and gnzlbg committed Feb 18, 2019
1 parent 6d8e99c commit f305021
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/core_arch/src/acle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@
// via CP15 instructions. See Section 10.1 of ACLE
mod barrier;

#[cfg(any(
target_arch = "aarch64",
target_feature = "v7",
target_feature = "mclass"
))]
pub use self::barrier::*;

mod hints;
Expand Down

0 comments on commit f305021

Please sign in to comment.