a73x

493ed9c5

refactor: delete allPresent, a fixture nothing called

a73x   2026-08-28 20:59

Commit message
refactor: delete allPresent, a fixture nothing called

Dead before the split — the last caller went with an earlier edit and
the helper stayed. Found by asking which wall decl no other line names.

src/tui/wall_test_harness.zig
Old New
@@ -108,11 +108,6 @@ pub fn claimBench(shared: *Shared, idx: usize) Tile {
108 }; 108 };
109 } 109 }
110 110
111 /// A wall of `n` tiles with none forgotten.
112 fn allPresent(comptime n: usize) [n]bool {
113 return [_]bool{true} ** n;
114 }
115
116 /// Only the fields `endAction` reads: a whole Tile describes the pump, not 111 /// Only the fields `endAction` reads: a whole Tile describes the pump, not
117 /// the rule. 112 /// the rule.
118 pub fn endBench( 113 pub fn endBench(