Skip to content

Commit 4afe423

Browse files
committed
fulfill: remove dead code
1 parent 88a28ff commit 4afe423

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/librustc/traits/fulfill.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,6 @@ impl<'a, 'gcx, 'tcx> FulfillmentContext<'tcx> {
157157
});
158158
}
159159

160-
pub fn register_region_obligation(&mut self,
161-
t_a: Ty<'tcx>,
162-
r_b: ty::Region<'tcx>,
163-
cause: ObligationCause<'tcx>)
164-
{
165-
register_region_obligation(t_a, r_b, cause, &mut self.region_obligations);
166-
}
167-
168160
pub fn register_predicate_obligation(&mut self,
169161
infcx: &InferCtxt<'a, 'gcx, 'tcx>,
170162
obligation: PredicateObligation<'tcx>)

0 commit comments

Comments
 (0)