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

nogo: enable SA4010 #6264

Merged
merged 1 commit into from
Apr 1, 2024
Merged

nogo: enable SA4010 #6264

merged 1 commit into from
Apr 1, 2024

Conversation

sluongng
Copy link
Contributor

this result of append is never used, except maybe in other appends

if _, ok := gotMap[h]; !ok {
stillMissing = append(stillMissing, h)
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The last time this was used is in a Debug log.
The log was removed in f7feb5c according to

git log -p -L:\ GetMulti\(:enterprise/server/backends/distributed/distributed.go -W

@sluongng sluongng marked this pull request as ready for review March 29, 2024 10:48
this result of append is never used, except maybe in other appends
@sluongng sluongng merged commit 48fa6fd into master Apr 1, 2024
15 of 16 checks passed
@sluongng sluongng deleted the sluongng/SA4010 branch April 1, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants