rustbuild: drop unused macro in tets
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
This commit is contained in:
parent
150d644c21
commit
9af464be8a
1 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue