diff --git a/routing/async_router.cpp b/routing/async_router.cpp index ccdb68bec4..725f66e8f4 100644 --- a/routing/async_router.cpp +++ b/routing/async_router.cpp @@ -442,7 +442,6 @@ void AsyncRouter::CalculateRoute() bool const needAbsentRegions = (code != RouterResultCode::Cancelled); - // Check online response if we have. set absent; if (absentRegionsFinder && needAbsentRegions) absentRegionsFinder->GetAbsentRegions(absent);