Skip to content

Commit 82f1e34

Browse files
committed
Remove commented out code
1 parent 472059d commit 82f1e34

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/rustc_const_eval/src/interpret/terminator.rs

-2
Original file line numberDiff line numberDiff line change
@@ -567,8 +567,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
567567
}
568568
};
569569

570-
// break self.deref_operand(&receiver)?.into();
571-
572570
// Obtain the underlying trait we are working on, and the adjusted receiver argument.
573571
let recv_ty = receiver.layout.ty;
574572
let receiver_place = match recv_ty.kind() {

0 commit comments

Comments
 (0)