File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,6 @@ pub trait CrateStore {
231231 fn def_path_table ( & self , cnum : CrateNum ) -> Lrc < DefPathTable > ;
232232
233233 // "queries" used in resolve that aren't tracked for incremental compilation
234- fn visibility_untracked ( & self , def : DefId ) -> ty:: Visibility ;
235234 fn export_macros_untracked ( & self , cnum : CrateNum ) ;
236235 fn dep_kind_untracked ( & self , cnum : CrateNum ) -> DepKind ;
237236 fn crate_name_untracked ( & self , cnum : CrateNum ) -> Symbol ;
Original file line number Diff line number Diff line change @@ -420,10 +420,6 @@ impl CrateStore for cstore::CStore {
420420 & * self . metadata_loader
421421 }
422422
423- fn visibility_untracked ( & self , def : DefId ) -> ty:: Visibility {
424- self . get_crate_data ( def. krate ) . get_visibility ( def. index )
425- }
426-
427423 fn item_generics_cloned_untracked ( & self , def : DefId , sess : & Session ) -> ty:: Generics {
428424 self . get_crate_data ( def. krate ) . get_generics ( def. index , sess)
429425 }
You can’t perform that action at this time.
0 commit comments