diff --git a/src/bootstrap/step.rs b/src/bootstrap/step.rs index db7a9aed91a2..385c82e870dc 100644 --- a/src/bootstrap/step.rs +++ b/src/bootstrap/step.rs @@ -1395,10 +1395,6 @@ mod tests { use config::Config; use flags::Flags; - macro_rules! a { - ($($a:expr),*) => (vec![$($a.to_string()),*]) - } - fn build(args: &[&str], extra_host: &[&str], extra_target: &[&str]) -> Build {