From 9a7b79ee560a1a4975a0d93d79a9604e93a9244f Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Fri, 11 Dec 2020 17:20:22 +0300 Subject: [PATCH] [routing] Removed not relevant comment from AsyncRouter. --- routing/async_router.cpp | 1 - 1 file changed, 1 deletion(-) 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);