Skip to content

Commit 0d0cb27

Browse files
committed
librustc_incremental: remove unused macro in test case
1 parent b36d23c commit 0d0cb27

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/librustc_incremental/persist/preds/compress/test_macro.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,3 @@ macro_rules! graph {
3737
}
3838
}
3939
}
40-
41-
macro_rules! set {
42-
($( $value:expr ),*) => {
43-
{
44-
use $crate::rustc_data_structures::fx::FxHashSet;
45-
let mut set = FxHashSet();
46-
$(set.insert($value);)*
47-
set
48-
}
49-
}
50-
}

0 commit comments

Comments
 (0)