remove unused method
This commit is contained in:
parent
6af821f202
commit
4fa328ef5f
1 changed files with 0 additions and 5 deletions
|
|
@ -1284,11 +1284,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||
self.stack.last().expect("no call frames exist")
|
||||
}
|
||||
|
||||
fn basic_block(&self) -> &mir::BasicBlockData<'tcx> {
|
||||
let frame = self.frame();
|
||||
frame.mir.basic_block_data(frame.next_block)
|
||||
}
|
||||
|
||||
fn frame_mut(&mut self) -> &mut Frame<'a, 'tcx> {
|
||||
self.stack.last_mut().expect("no call frames exist")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue