XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.48k stars 1.45k forks source link

[TRIVIAL] Remove unused lambdas from MultiApiJson_test #4980

Closed Bronek closed 2 months ago

Bronek commented 2 months ago

High Level Overview of Change

This fixes "unused lambda" compiler warning, which in some settings could break compilation.

Context of Change

Type of Change

API Impact

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 76.96%. Comparing base (c187f75) to head (d992e63).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4980 +/- ## =========================================== - Coverage 76.96% 76.96% -0.01% =========================================== Files 1129 1129 Lines 131913 131914 +1 Branches 39579 39673 +94 =========================================== - Hits 101530 101528 -2 - Misses 24424 24491 +67 + Partials 5959 5895 -64 ```

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