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 unnecessary nullptr checks before delete #2990

Conversation

SunBlack
Copy link
Contributor

Changes are done by run-clang-tidy -header-filter='.*' -checks='-*,readability-delete-null-pointer' -fix (and additionally adjustments in pcl::StereoMatching::~StereoMatching)

…adability-delete-null-pointer' -fix (and additionally adjustments in pcl::StereoMatching::~StereoMatching)
@SunBlack SunBlack force-pushed the readability-delete-null-pointer branch from bfccc88 to b93a820 Compare April 10, 2019 15:35
@SergioRAgostinho SergioRAgostinho merged commit ec70de5 into PointCloudLibrary:master Apr 11, 2019
@SunBlack SunBlack deleted the readability-delete-null-pointer branch April 11, 2019 08:20
@taketwo taketwo changed the title Remove unnecessary nullptr check before delete Remove unnecessary nullptr checks before delete Jan 14, 2020
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.

3 participants