]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_data_structures/control_flow_graph/mod.rs
rustc: Remove some dead code
[rust.git] / src / librustc_data_structures / control_flow_graph / mod.rs
index eb6839df6274f258fea86f8191cdccb685e0f638..7bf776675c6a0ad4f3482538b8457798e03a22d6 100644 (file)
@@ -9,13 +9,10 @@
 // except according to those terms.
 
 use super::indexed_vec::Idx;
-pub use std::slice::Iter;
 
 pub mod dominators;
 pub mod iterate;
-pub mod reachable;
 mod reference;
-pub mod transpose;
 
 #[cfg(test)]
 mod test;