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 if statements with no effect - readability-delete-null-pointer #51

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

andrewwasielewski
Copy link
Contributor

@andrewwasielewski andrewwasielewski commented Feb 4, 2023

Addresses issue #47 and removes if statements with no effect. See clang-tidy: https://clang.llvm.org/extra/clang-tidy/checks/readability/delete-null-pointer.html

@ivanfratric ivanfratric merged commit 5dcc93c into ivanfratric:master Feb 6, 2023
@ivanfratric
Copy link
Owner

Thanks!

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