From 82f1e341a365d8e830ea4decdf7842f627d2b435 Mon Sep 17 00:00:00 2001 From: Oli Scherer Date: Mon, 20 Feb 2023 14:07:43 +0000 Subject: [PATCH] Remove commented out code --- compiler/rustc_const_eval/src/interpret/terminator.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/rustc_const_eval/src/interpret/terminator.rs b/compiler/rustc_const_eval/src/interpret/terminator.rs index 94ac3b6ebad..151497cc0eb 100644 --- a/compiler/rustc_const_eval/src/interpret/terminator.rs +++ b/compiler/rustc_const_eval/src/interpret/terminator.rs @@ -567,8 +567,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> { } }; - // break self.deref_operand(&receiver)?.into(); - // Obtain the underlying trait we are working on, and the adjusted receiver argument. let recv_ty = receiver.layout.ty; let receiver_place = match recv_ty.kind() {