we don't have to set the frame on every step
This commit is contained in:
parent
4aae2e766e
commit
b79814e281
1 changed files with 0 additions and 3 deletions
|
|
@ -36,9 +36,6 @@ impl<'a, 'tcx> EvalContext<'a, 'tcx> {
|
|||
return Ok(false);
|
||||
}
|
||||
|
||||
let cur_frame = self.cur_frame();
|
||||
self.memory.set_cur_frame(cur_frame);
|
||||
|
||||
let block = self.frame().block;
|
||||
let stmt_id = self.frame().stmt;
|
||||
let mir = self.mir();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue