about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-12-18 15:54:17 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-12-18 15:54:17 +1100
commit8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0 (patch)
treed0d5db1e9934fbd23476c4ed00942d0d5b3b1c47 /compiler/rustc_mir_dataflow/src
parent2903356b2e0d73089d66e24b61bfd47d22467851 (diff)
downloadrust-8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0.tar.gz
rust-8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0.zip
Remove a comment that shouldn't have been committed.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src')
-rw-r--r--compiler/rustc_mir_dataflow/src/framework/visitor.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/framework/visitor.rs b/compiler/rustc_mir_dataflow/src/framework/visitor.rs
index d18e9fa33f0..a03aecee7be 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,