diff options
| author | est31 <MTest31@outlook.com> | 2017-05-14 05:06:21 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2017-05-14 05:06:21 +0200 |
| commit | 0d0cb2796b99ea72fefd7d5759e097a6c529274a (patch) | |
| tree | 803c320e4ecea80606346f19f559eeb323fb53bc | |
| parent | b36d23c8afeab39df09fa447b37ccb8797861382 (diff) | |
| download | rust-0d0cb2796b99ea72fefd7d5759e097a6c529274a.tar.gz rust-0d0cb2796b99ea72fefd7d5759e097a6c529274a.zip | |
librustc_incremental: remove unused macro in test case
| -rw-r--r-- | src/librustc_incremental/persist/preds/compress/test_macro.rs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/librustc_incremental/persist/preds/compress/test_macro.rs b/src/librustc_incremental/persist/preds/compress/test_macro.rs index 31b30d2b285..044b143e306 100644 --- a/src/librustc_incremental/persist/preds/compress/test_macro.rs +++ b/src/librustc_incremental/persist/preds/compress/test_macro.rs @@ -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 - } - } -} |
