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

Remove unused events from events crate #787

Merged
merged 2 commits into from
Mar 9, 2024
Merged

Remove unused events from events crate #787

merged 2 commits into from
Mar 9, 2024

Conversation

andrewvious
Copy link
Contributor

Closes #649
Deprecated events were handled in a separate PR, this cleans up all events that weren't being used as well as commented out code.

@andrewvious andrewvious added the code quality Improvements to code to meet standards label Mar 5, 2024
@andrewvious andrewvious self-assigned this Mar 5, 2024
@andrewvious andrewvious marked this pull request as ready for review March 5, 2024 17:25
@eureka-cpu eureka-cpu requested a review from mitch-vrrb March 5, 2024 23:31
Copy link
Contributor

@eureka-cpu eureka-cpu left a comment

Choose a reason for hiding this comment

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

This looks fine to me, but I requested @mitch-vrrb 's review just in case he put any of these to use in #651

Copy link
Contributor

@mitch-vrrb mitch-vrrb left a comment

Choose a reason for hiding this comment

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

I think this is safe to remove, but some of them could potentially come back. Removing them now should not cause any issues. We will likely have another round of removals once I am done. There are lots of duplicate implementations for generic and specific events

@andrewvious andrewvious merged commit a769c52 into main Mar 9, 2024
26 checks passed
@andrewvious andrewvious deleted the andrewvious/649 branch March 9, 2024 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Improvements to code to meet standards
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused and deprecated events from events crate
3 participants