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 warning for dead code that isn't turned on normally #73

Merged
merged 2 commits into from
May 7, 2024

Conversation

mcroomp
Copy link
Collaborator

@mcroomp mcroomp commented May 6, 2024

Compression stats are not normally enabled (they are behind a feature tag that's just used for benchmarking). Avoid dead code warning by not enabling this if compression stats were not enabled.

Warning started popping up with a new compiler version. For some reason it doesn't like the trait being partially enabled. Removed the trait since it was unused anyway.

@mcroomp mcroomp merged commit 407a296 into main May 7, 2024
3 checks passed
@mcroomp mcroomp deleted the compressionstat branch May 7, 2024 04:25
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