Skip to content

Commit a134c0c

Browse files
ajmwagarclaude
andcommitted
Delete legacy MNA builders — unified pipeline only (Phase B)
Remove 1320 lines: legacy build_passive_mna_stage, build_orphan_output_mna_stage, try_build_multi_nl_stage, and the legacy-mna feature flag. The unified sp_decompose + build_rtype_stage pipeline is now the sole code path. Zero regressions confirmed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 2e2b8d9 commit a134c0c

3 files changed

Lines changed: 0 additions & 1320 deletions

File tree

pedalkernel/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ fault-injection = []
2929
# Detects when devices leave their valid linear operating region.
3030
# Zero-cost when disabled — all checks are behind #[cfg(feature)].
3131
runtime-warnings = []
32-
# Use the legacy per-type MNA builders instead of the unified sp_decompose + build_rtype_stage.
33-
# Enable for A/B comparison against the new pipeline. Will be removed once validated.
34-
legacy-mna = []
3532
# Tests that reference .pedal files from the private pedalkernel-pro repo.
3633
# Disabled by default so open-source consumers can still run all other tests.
3734
pro-pedals = []

0 commit comments

Comments
 (0)