You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[NFC] Remove unused constant in FirstWaveComputer.swift (#1446)
Fixes `Initialization of immutable value 'pathModuleInfo' was never used; consider replacing with assignment to '_' or removing it` warning in `FirstWaveComputer.swift`.
The function's body of which result is unused looks to be free of side-effects, so removing this call should in turn have no effect.
0 commit comments