Skip to content

[NFC] Remove unused constant in FirstWaveComputer.swift #1446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

MaxDesiatov
Copy link
Contributor

@MaxDesiatov MaxDesiatov commented Sep 20, 2023

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.

Fixes `Initialization of immutable value 'pathModuleInfo' was never used; consider replacing with assignment to '_' or removing it` warning in `FirstWaveComputer.swift`.

The function code looks to be free of side-effects, so removing this call should in turn have no effect.
@MaxDesiatov MaxDesiatov requested a review from artemcm September 20, 2023 10:52
@MaxDesiatov
Copy link
Contributor Author

@swift-ci test

@MaxDesiatov MaxDesiatov added the NFC No Functional Change label Sep 20, 2023
@MaxDesiatov MaxDesiatov merged commit c458271 into main Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NFC No Functional Change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants