about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/step.rs4
1 files changed, 0 insertions, 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 {