-
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_image_projection_based_fusion): fix unusedFunction #8567
fix(autoware_image_projection_based_fusion): fix unusedFunction #8567
Conversation
Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
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 #8567 +/- ##
=======================================
Coverage 23.96% 23.96%
=======================================
Files 1382 1383 +1
Lines 102019 101969 -50
Branches 38886 38858 -28
=======================================
- Hits 24446 24439 -7
+ Misses 75141 75102 -39
+ Partials 2432 2428 -4
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@badai-nguyen Could you confirm if it is OK to remove these functions you implemented? |
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
…warefoundation#8567) fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…warefoundation#8567) fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
…warefoundation#8567) fix:unusedFunction Signed-off-by: kobayu858 <yutaro.kobayashi@tier4.jp>
Description
This is a fix based on cppcheck unusedFunction warnings.
Related links
Parent Issue:
How was this PR tested?
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.