Skip to content
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

Fix never used warning #3458

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

daisuke-t-jp
Copy link
Contributor

Description:

This PR fixed the following warning:

  • Value 'XXX' was defined but never used; consider replacing with boolean test
  • Immutable value 'XXX' was never used; consider replacing with '_' or removing it
  • Initialization of immutable value 'XXX' was never used; consider replacing with assignment to '_' or removing it

Steps to test this PR:
All unit tests passed.

@daisuke-t-jp daisuke-t-jp changed the title Fix warning Fix never used warning Oct 19, 2024
@samsymons samsymons self-assigned this Oct 21, 2024
Copy link

This PR has been inactive for more than 7 days and will be automatically closed 7 days from now.

@github-actions github-actions bot added the stale label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants