1
Fork 0

rustc_metadata: Remove some dead code

This commit is contained in:
Vadim Petrochenkov 2020-12-02 23:39:05 +03:00
parent af69066aa6
commit 908bf5a310
4 changed files with 4 additions and 28 deletions

View file

@ -189,8 +189,6 @@ pub trait CrateStore {
fn def_kind(&self, def: DefId) -> DefKind;
fn def_path(&self, def: DefId) -> DefPath;
fn def_path_hash(&self, def: DefId) -> DefPathHash;
fn all_def_path_hashes_and_def_ids(&self, cnum: CrateNum) -> Vec<(DefPathHash, DefId)>;
fn num_def_ids(&self, cnum: CrateNum) -> usize;
fn def_path_hash_to_def_id(
&self,
cnum: CrateNum,