Remove debugging-related code

This commit is contained in:
Bryan Garza
2022-12-29 03:49:48 +00:00
parent 026a67377f
commit b763f9094f
5 changed files with 4 additions and 18 deletions

View File

@@ -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();
}