Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2016-09-19 18:38:39 +03:00
parent 90a76488a2
commit 6eb6d636f1

View file

@ -574,7 +574,6 @@ shared_ptr<Route> const RoutingSession::GetRoute() const
{
threads::MutexGuard guard(m_routeSessionMutex);
ASSERT(m_route, ());
return m_route;
}