summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret
diff options
context:
space:
mode:
authorBryan Garza <1396101+bryangarza@users.noreply.github.com>2022-12-29 03:49:48 +0000
committerBryan Garza <1396101+bryangarza@users.noreply.github.com>2023-01-23 23:56:22 +0000
commitb763f9094fadc06fd65b906d5e8db0a9fd8ec6ba (patch)
treeaa7b627328c42e5f2f4a6fb6259923bbc37af350 /compiler/rustc_const_eval/src/interpret
parent026a67377f2b28968d293a92cad3f92e22f76b6d (diff)
downloadrust-b763f9094fadc06fd65b906d5e8db0a9fd8ec6ba.tar.gz
rust-b763f9094fadc06fd65b906d5e8db0a9fd8ec6ba.zip
Remove debugging-related code
Diffstat (limited to 'compiler/rustc_const_eval/src/interpret')
-rw-r--r--compiler/rustc_const_eval/src/interpret/step.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_const_eval/src/interpret/step.rs b/compiler/rustc_const_eval/src/interpret/step.rs
index 0f0eb5aadd7..6c5594bc1b0 100644
--- a/compiler/rustc_const_eval/src/interpret/step.rs
+++ b/compiler/rustc_const_eval/src/interpret/step.rs
@@ -129,7 +129,6 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
             // FIXME(#73156): Handle source code coverage in const eval
             Coverage(..) => {}
 
-            // FIXME(bryangarza): Update this to do some logic!!!
             ConstEvalCounter => {
                 self.increment_const_eval_counter();
             }