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