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 macros (as detected by ELP) #575

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

robertoaloi
Copy link
Contributor

While investigating WhatsApp/erlang-language-platform#13, I used the ELP language server to navigate the brod code base. The language server complained about a few unused macros, so the content of this PR is the result of:

elp lint --diagnostic-filter unused_macro --apply-fix --in-place

Which auto-removes unused macros from the code base.

@zmstone zmstone merged commit 34da87e into kafka4beam:master Feb 17, 2024
11 checks passed
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