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

ref: Remove duplicate read_lp implementation #801

Merged
merged 1 commit into from
Feb 28, 2023
Merged

Conversation

flub
Copy link
Contributor

@flub flub commented Feb 28, 2023

Seems like we ended up with two bits of code doing exactly the same.
Clean it up.

This settles on read_lp() as name since this is symmetric with
write_lp() which writes bytes. This implementation inlines the
functions a bit more as well, the entire function is still small and
it is used often.

Seems like we ended up with two bits of code doing exactly the same.
Clean it up.

This settles on read_lp() as name since this is symmetric with
write_lp() which writes bytes.  This implementation inlines the
functions a bit more as well, the entire function is still small and
it is used often.
@flub flub merged commit e80051e into main Feb 28, 2023
@flub flub deleted the flub/read-lp-dedup branch February 28, 2023 17:10
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.

2 participants