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

fix: remove unused variable to make clang-tidy stop complaining #4394

Merged
merged 1 commit into from
Mar 26, 2024

Conversation

chaosvolt
Copy link
Member

Purpose of change

#4391 missed a smol thing and it makes the buildbot complain about an activity being defined but not used.

Describe the solution

Remove the now-unused definitely for ACT_READ from character_effect.cpp.

Describe alternatives you've considered

screm

Testing

Compiled and load-tested, the real test is making sure clang-tidy finds nothing else to complain about.

Additional context

Checklist

@github-actions github-actions bot added the src changes related to source code. label Mar 26, 2024
Copy link
Contributor

@Lamandus Lamandus left a comment

Choose a reason for hiding this comment

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

ehem thx

@Lamandus Lamandus merged commit 535b0b4 into cataclysmbnteam:main Mar 26, 2024
13 checks passed
@chaosvolt chaosvolt deleted the no-awoo-about-reading branch March 26, 2024 19:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
src changes related to source code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants