Skip to content

Commit

Permalink
librustc_incremental: remove unused macro in test case
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed May 14, 2017
1 parent b36d23c commit 0d0cb27
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/librustc_incremental/persist/preds/compress/test_macro.rs
Expand Up @@ -37,14 +37,3 @@ macro_rules! graph {
}
}
}

macro_rules! set {
($( $value:expr ),*) => {
{
use $crate::rustc_data_structures::fx::FxHashSet;
let mut set = FxHashSet();
$(set.insert($value);)*
set
}
}
}

0 comments on commit 0d0cb27

Please sign in to comment.