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

Various cleanups. #19

Merged
merged 3 commits into from Sep 25, 2022
Merged

Various cleanups. #19

merged 3 commits into from Sep 25, 2022

Conversation

kentonv
Copy link
Member

@kentonv kentonv commented Sep 25, 2022

Just from skimming around and noticing things.

I was just skimming code and fixed things.
It was awkward having this file just sitting in `src` as it is very visible there, but this is actually dead code in `workerd`, so it's a weird thing to call attention to.
This explicit definition matched what the implicit copy constructor would do, but declaring it led to a compiler warning due to not having the corresponding copy assignment operator. I decided to delete the constructor and let it become defaulted rather than add assignment separately.
@kentonv kentonv merged commit d1d0508 into main Sep 25, 2022
@kentonv kentonv deleted the kenton/cleanup branch September 25, 2022 18:22
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