Remove dead code
This commit is contained in:
parent
5c25de67d4
commit
e867886c6a
1 changed files with 0 additions and 3 deletions
|
@ -98,9 +98,6 @@ trait DefIdVisitor<'tcx> {
|
|||
fn visit_trait(&mut self, trait_ref: TraitRef<'tcx>) -> ControlFlow<Self::BreakTy> {
|
||||
self.skeleton().visit_trait(trait_ref)
|
||||
}
|
||||
fn visit_projection_ty(&mut self, projection: ty::AliasTy<'tcx>) -> ControlFlow<Self::BreakTy> {
|
||||
self.skeleton().visit_projection_ty(projection)
|
||||
}
|
||||
fn visit_predicates(
|
||||
&mut self,
|
||||
predicates: ty::GenericPredicates<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue