mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused lambdas from MultiApiJson_test
This commit is contained in:
@@ -52,18 +52,6 @@ struct MultiApiJson_test : beast::unit_test::suite
|
||||
return obj1;
|
||||
}
|
||||
|
||||
constexpr static auto index =
|
||||
[](unsigned int v) constexpr noexcept -> std::size_t
|
||||
{
|
||||
return v - 1;
|
||||
};
|
||||
|
||||
template <int size>
|
||||
constexpr static auto valid = [](unsigned int v) constexpr noexcept -> bool
|
||||
{
|
||||
return v > 0 && v <= size;
|
||||
};
|
||||
|
||||
void
|
||||
run() override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user