Skip to content

Commit 9cd4cdb

Browse files
committed
[NFC] Removed unused field.
1 parent 4fc42a6 commit 9cd4cdb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SILOptimizer/Utils/CanonicalizeOSSALifetime.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ class CanonicalizeOSSALifetime {
240240
/// Visited set for general def-use traversal that prevents revisiting values.
241241
GraphNodeWorklist<SILValue, 8> defUseWorklist;
242242

243-
/// Visited set general CFG traversal that prevents revisiting blocks.
244-
GraphNodeWorklist<SILBasicBlock *, 8> blockWorklist;
245-
246243
/// Pruned liveness for the extended live range including copies. For this
247244
/// purpose, only consuming instructions are considered "lifetime
248245
/// ending". end_borrows do not end a liverange that may include owned copies.

0 commit comments

Comments
 (0)