rustc_metadata: Remove some dead code
This commit is contained in:
parent
af69066aa6
commit
908bf5a310
4 changed files with 4 additions and 28 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue