From 9af464be8a7f6bbd59635fea5e0421139f6c0780 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Tue, 23 May 2017 18:11:15 +0200 Subject: [PATCH] rustbuild: drop unused macro in tets Signed-off-by: Marc-Antoine Perennou --- src/bootstrap/step.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bootstrap/step.rs b/src/bootstrap/step.rs index db7a9aed91a..385c82e870d 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 { -- 2.44.0