Remove unused StableHashingContext::node_to_hir_id method
This commit is contained in:
parent
3a7dfda40a
commit
fdc4522f80
1 changed files with 0 additions and 5 deletions
|
|
@ -135,11 +135,6 @@ impl<'a> StableHashingContext<'a> {
|
|||
self.definitions.def_path_hash(def_id)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn node_to_hir_id(&self, node_id: ast::NodeId) -> hir::HirId {
|
||||
self.definitions.node_id_to_hir_id(node_id)
|
||||
}
|
||||
|
||||
#[inline]
|
||||
pub fn hash_bodies(&self) -> bool {
|
||||
self.hash_bodies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue