-
Notifications
You must be signed in to change notification settings - Fork 672
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(autoware_pointcloud_preprocessor): remove unused function mask() #9751
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9751 +/- ##
==========================================
+ Coverage 29.73% 29.79% +0.05%
==========================================
Files 1449 1445 -4
Lines 108888 108569 -319
Branches 42747 42636 -111
==========================================
- Hits 32381 32351 -30
+ Misses 73321 73036 -285
+ Partials 3186 3182 -4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…utowarefoundation#9751) Signed-off-by: Ryuta Kambe <[email protected]>
…utowarefoundation#9751) Signed-off-by: Ryuta Kambe <[email protected]>
Description
Fixed cppcheck warning
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.