aruizs / unleash-client-cpp

C++ client SDK for Unleash, an open-source feature flag management service.
MIT License
11 stars 5 forks source link

Remove unused variable #18

Closed bernedom closed 9 months ago

bernedom commented 9 months ago

A very small fix. If compiling with -Wall -WError it would fail because of the unused variable

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e93ed4f) 95.28% compared to head (5c1adc5) 97.83%. Report is 6 commits behind head on main.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #18 +/- ## ========================================== + Coverage 95.28% 97.83% +2.54% ========================================== Files 16 16 Lines 276 277 +1 ========================================== + Hits 263 271 +8 + Misses 13 6 -7 ```

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

sonarcloud[bot] commented 9 months ago

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud