Skip to content

Commit 9af464b

Browse files
committed
rustbuild: drop unused macro in tets
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 150d644 commit 9af464b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/bootstrap/step.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,10 +1395,6 @@ mod tests {
13951395
use config::Config;
13961396
use flags::Flags;
13971397

1398-
macro_rules! a {
1399-
($($a:expr),*) => (vec![$($a.to_string()),*])
1400-
}
1401-
14021398
fn build(args: &[&str],
14031399
extra_host: &[&str],
14041400
extra_target: &[&str]) -> Build {

0 commit comments

Comments
 (0)