Rollup merge of #124288 - fee1-dead-contrib:rm_inner, r=fmease
remove `push_trait_bound_inner` Don't see a use for it.
This commit is contained in:
commit
802f629cfe
1 changed files with 0 additions and 10 deletions
|
@ -43,16 +43,6 @@ impl<'tcx> Bounds<'tcx> {
|
||||||
trait_ref: ty::PolyTraitRef<'tcx>,
|
trait_ref: ty::PolyTraitRef<'tcx>,
|
||||||
span: Span,
|
span: Span,
|
||||||
polarity: ty::PredicatePolarity,
|
polarity: ty::PredicatePolarity,
|
||||||
) {
|
|
||||||
self.push_trait_bound_inner(tcx, trait_ref, span, polarity);
|
|
||||||
}
|
|
||||||
|
|
||||||
fn push_trait_bound_inner(
|
|
||||||
&mut self,
|
|
||||||
tcx: TyCtxt<'tcx>,
|
|
||||||
trait_ref: ty::PolyTraitRef<'tcx>,
|
|
||||||
span: Span,
|
|
||||||
polarity: ty::PredicatePolarity,
|
|
||||||
) {
|
) {
|
||||||
let clause = (
|
let clause = (
|
||||||
trait_ref
|
trait_ref
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue