From 8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 18 Dec 2024 15:54:17 +1100 Subject: [PATCH] Remove a comment that shouldn't have been committed. --- compiler/rustc_mir_dataflow/src/framework/visitor.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/compiler/rustc_mir_dataflow/src/framework/visitor.rs b/compiler/rustc_mir_dataflow/src/framework/visitor.rs index d18e9fa33f0c..a03aecee7be1 100644 --- a/compiler/rustc_mir_dataflow/src/framework/visitor.rs +++ b/compiler/rustc_mir_dataflow/src/framework/visitor.rs @@ -35,7 +35,6 @@ where { fn visit_block_start(&mut self, _state: &A::Domain) {} - /// // njn: grep for "before", "primary", etc. /// Called after the "early" effect of the given statement is applied to `state`. fn visit_after_early_statement_effect( &mut self,