Commit dc6231e
refactor: drop unused collectReachableDistances parameters
The ctx and activityMap parameters were carried over from a sibling
helper but never used by the BFS traversal. Removes them and the
matching `_ = ctx; _ = activityMap` discard lines, addressing AI
review feedback on PR mendixlabs#327.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent e9a84f1 commit dc6231e
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
| 791 | + | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
825 | 825 | | |
826 | 826 | | |
827 | 827 | | |
828 | | - | |
829 | 828 | | |
830 | 829 | | |
831 | | - | |
832 | 830 | | |
833 | | - | |
834 | | - | |
835 | | - | |
836 | 831 | | |
837 | 832 | | |
838 | 833 | | |
| |||
0 commit comments