Commit 0e706b8
committed
bundle/env: remove unused ManagedState helper
The deadcode lint check flagged this as unreachable on PR #5355's CI.
ManagedState returned (string, bool) but no caller existed — every consumer
uses IsManagedState (the bool wrapper). Drop it; reintroduce only if a
caller needs the raw value.
Co-authored-by: Isaac1 parent c91ec1b commit 0e706b8
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 19 | | |
26 | 20 | | |
27 | 21 | | |
| |||
0 commit comments