Fixed build

This commit is contained in:
Alexey Milovidov 2020-03-05 18:08:25 +03:00
parent 722a946ce5
commit 2acd6afe0b

View File

@ -214,7 +214,7 @@ private:
}
/// Close sessions, that has been expired. Returns how long to wait for next session to be expired, if no new sessions will be added.
std::chrono::steady_clock::duration closeSessions(std::unique_lock<std::mutex> & lock)
std::chrono::steady_clock::duration closeSessions(std::unique_lock<std::mutex> &)
{
const auto now = std::chrono::steady_clock::now();