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

Make Median functions more generic #235

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Conversation

BrendanChou
Copy link
Contributor

No description provided.

@BrendanChou BrendanChou requested a review from clemire September 12, 2023 15:24
@linear
Copy link

linear bot commented Sep 12, 2023

DEC-2098

Comment on lines -66 to -72
func MaxUint32(x, y uint32) uint32 {
if x < y {
return y
}

return x
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed this function as well since there is already a generic Max function

@BrendanChou BrendanChou merged commit a0efdc8 into main Sep 13, 2023
@BrendanChou BrendanChou deleted the bc/DEC-2098/audit-medianizer branch September 13, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants