-
Notifications
You must be signed in to change notification settings - Fork 668
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(diagnostic_graph_aggregator): fix unusedFunction #8580
fix(diagnostic_graph_aggregator): fix unusedFunction #8580
Conversation
Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com>
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 #8580 +/- ##
==========================================
- Coverage 24.02% 23.99% -0.03%
==========================================
Files 1384 1384
Lines 102177 102172 -5
Branches 38956 38956
==========================================
- Hits 24544 24520 -24
- Misses 75138 75179 +41
+ Partials 2495 2473 -22
*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
…ion#8580) fix: unusedFunction Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com> Co-authored-by: kobayu858 <129580202+kobayu858@users.noreply.github.com>
…ion#8580) fix: unusedFunction Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com> Co-authored-by: kobayu858 <129580202+kobayu858@users.noreply.github.com>
…ion#8580) fix: unusedFunction Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com> Co-authored-by: kobayu858 <129580202+kobayu858@users.noreply.github.com>
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.