mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Quiet unused variable warning
This commit is contained in:
@@ -99,6 +99,7 @@ std::size_t connection_pool::lease()
|
|||||||
|
|
||||||
// no timeout
|
// no timeout
|
||||||
bool const success = try_lease(pos, -1);
|
bool const success = try_lease(pos, -1);
|
||||||
|
(void)success;
|
||||||
assert(success);
|
assert(success);
|
||||||
|
|
||||||
return pos;
|
return pos;
|
||||||
|
|||||||
Reference in New Issue
Block a user