about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-02-20 14:07:43 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2023-02-20 14:11:38 +0000
commit82f1e341a365d8e830ea4decdf7842f627d2b435 (patch)
treebaab685dd9b3cc79e74dcb6938d322a9de97e1a0 /compiler/rustc_const_eval/src
parent472059d854c8c901321a8aa4d12e861bb064e437 (diff)
downloadrust-82f1e341a365d8e830ea4decdf7842f627d2b435.tar.gz
rust-82f1e341a365d8e830ea4decdf7842f627d2b435.zip
Remove commented out code
Diffstat (limited to 'compiler/rustc_const_eval/src')
-rw-r--r--compiler/rustc_const_eval/src/interpret/terminator.rs2
1 files changed, 0 insertions, 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() {