phase29ap(p13): remove dead code after legacy removal

This commit is contained in:
2025-12-31 08:28:49 +09:00
parent b53c12eb29
commit 4e3c3c0723
13 changed files with 58 additions and 1722 deletions

View File

@ -137,6 +137,15 @@ Gate (SSOT):
- No change to logs or error strings.
- Gate stays green.
## P13: Warning cleanup (dead_code) ✅
- Scope:
- Remove unused JoinIR lowering modules (legacy remnants).
- Trim unused Pattern4 extractor fields.
- Guardrails:
- No change to logs or error strings.
- Gate stays green.
## Next (planned)
- P13: Dead-code cleanup (warnings-only, no behavior change)
- P14: Phase 29ap closeout (docs-only)