about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2024-12-09 10:04:27 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2024-12-09 20:49:36 +1100
commitb59c4dc2612865a945ae200385115d7815a6f91f (patch)
tree19397c3d3c3b7c0f43fe202acdfb04e74417d7bf
parentdb760e27fd05e88bd1e1d2e48ce15c113e6e1c96 (diff)
downloadrust-b59c4dc2612865a945ae200385115d7815a6f91f.tar.gz
rust-b59c4dc2612865a945ae200385115d7815a6f91f.zip
Remove an out-of-date comment.
The part about zero-sized structures is totally wrong. The rest of
it has almost no explanatory value; there are better explanations in
comments elsewhere.
-rw-r--r--compiler/rustc_mir_dataflow/src/impls/mod.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_mir_dataflow/src/impls/mod.rs b/compiler/rustc_mir_dataflow/src/impls/mod.rs
index b9e194b00c5..d69a8019c8d 100644
--- a/compiler/rustc_mir_dataflow/src/impls/mod.rs
+++ b/compiler/rustc_mir_dataflow/src/impls/mod.rs
@@ -1,7 +1,3 @@
-//! Dataflow analyses are built upon some interpretation of the
-//! bitvectors attached to each basic block, represented via a
-//! zero-sized structure.
-
 mod borrowed_locals;
 mod initialized;
 mod liveness;