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

refactor: remove extern/const where possible #3099

Merged
merged 3 commits into from Feb 29, 2024

Conversation

ObserverOfTime
Copy link
Member

@ObserverOfTime ObserverOfTime commented Feb 27, 2024

extern is redundant in function prototypes.
const is discarded in most if not all binding functions.

@amaanq amaanq merged commit b3c14c9 into tree-sitter:master Feb 29, 2024
12 of 13 checks passed
@ObserverOfTime ObserverOfTime deleted the extern branch February 29, 2024 08:47
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

3 participants