apache / celix

Apache Celix is a framework for C and C++14 to develop dynamic modular software applications using component and in-process service-oriented programming.
https://celix.apache.org/
Apache License 2.0
158 stars 84 forks source link

[CID 339894]Remove dead code. #716

Closed PengZheng closed 6 months ago

PengZheng commented 6 months ago

This PR fixes a newly reported coverity issue.

codecov-commenter commented 6 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (7259275) 88.33% compared to head (d03ff95) 88.34%. Report is 2 commits behind head on master.

:exclamation: Current head d03ff95 differs from pull request most recent head 2070f58. Consider uploading reports for the commit 2070f58 to get more accurate results

Files Patch % Lines
libs/framework/src/service_registry.c 0.00% 14 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #716 +/- ## ========================================== + Coverage 88.33% 88.34% +0.01% ========================================== Files 212 212 Lines 24043 24039 -4 ========================================== Hits 21238 21238 + Misses 2805 2801 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.