Skip to content

Commit 7fa42be

Browse files
committed
Remove unused alloc_id_recursion_tracker
1 parent ee73f80 commit 7fa42be

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc/ich/hcx.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use hir::map::definitions::Definitions;
1515
use ich::{self, CachingSourceMapView, Fingerprint};
1616
use middle::cstore::CrateStore;
1717
use ty::{TyCtxt, fast_reject};
18-
use mir::interpret::AllocId;
1918
use session::Session;
2019

2120
use std::cmp::Ord;
@@ -60,8 +59,6 @@ pub struct StableHashingContext<'a> {
6059
// CachingSourceMapView, so we initialize it lazily.
6160
raw_source_map: &'a SourceMap,
6261
caching_source_map: Option<CachingSourceMapView<'a>>,
63-
64-
pub(super) alloc_id_recursion_tracker: FxHashSet<AllocId>,
6562
}
6663

6764
#[derive(PartialEq, Eq, Clone, Copy)]
@@ -105,7 +102,6 @@ impl<'a> StableHashingContext<'a> {
105102
hash_spans: hash_spans_initial,
106103
hash_bodies: true,
107104
node_id_hashing_mode: NodeIdHashingMode::HashDefPath,
108-
alloc_id_recursion_tracker: Default::default(),
109105
}
110106
}
111107

0 commit comments

Comments
 (0)