diff options
| author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2017-05-23 18:11:15 +0200 |
|---|---|---|
| committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2017-05-23 18:13:53 +0200 |
| commit | 9af464be8a7f6bbd59635fea5e0421139f6c0780 (patch) | |
| tree | 8975a0a043a7d88b176ebd7413c53eed41de110e | |
| parent | 150d644c21e39fd5ae8020ac9df625d2134fe734 (diff) | |
| download | rust-9af464be8a7f6bbd59635fea5e0421139f6c0780.tar.gz rust-9af464be8a7f6bbd59635fea5e0421139f6c0780.zip | |
rustbuild: drop unused macro in tets
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
| -rw-r--r-- | src/bootstrap/step.rs | 4 |
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 { |
