Skip to content

Commit 69eaaad

Browse files
author
Vytautas Astrauskas
committed
Fix merge error.
1 parent 452e36e commit 69eaaad

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/machine.rs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -545,20 +545,6 @@ impl<'mir, 'tcx> Machine<'mir, 'tcx> for Evaluator<'mir, 'tcx> {
545545
ecx.active_thread_stack_mut()
546546
}
547547

548-
#[inline(always)]
549-
fn stack<'a>(
550-
ecx: &'a InterpCx<'mir, 'tcx, Self>,
551-
) -> &'a [Frame<'mir, 'tcx, Self::PointerTag, Self::FrameExtra>] {
552-
&ecx.machine.stack
553-
}
554-
555-
#[inline(always)]
556-
fn stack_mut<'a>(
557-
ecx: &'a mut InterpCx<'mir, 'tcx, Self>,
558-
) -> &'a mut Vec<Frame<'mir, 'tcx, Self::PointerTag, Self::FrameExtra>> {
559-
&mut ecx.machine.stack
560-
}
561-
562548
#[inline(always)]
563549
fn after_stack_push(ecx: &mut InterpCx<'mir, 'tcx, Self>) -> InterpResult<'tcx> {
564550
if ecx.memory.extra.stacked_borrows.is_some() {

0 commit comments

Comments
 (0)