Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing_tests/index_graph_tools.hpp')
-rw-r--r--routing/routing_tests/index_graph_tools.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/routing/routing_tests/index_graph_tools.hpp b/routing/routing_tests/index_graph_tools.hpp
index 345c891960..808e81b7a9 100644
--- a/routing/routing_tests/index_graph_tools.hpp
+++ b/routing/routing_tests/index_graph_tools.hpp
@@ -196,10 +196,6 @@ void TestRouteGeometry(
routing::AStarAlgorithm<routing::IndexGraphStarter>::Result expectedRouteResult,
vector<m2::PointD> const & expectedRouteGeom);
-void TestRouteTime(IndexGraphStarter & starter,
- AStarAlgorithm<IndexGraphStarter>::Result expectedRouteResult,
- double expectedTime);
-
/// \brief Applies |restrictions| to graph in |restrictionTest| and
/// tests the resulting route.
/// \note restrictionTest should have a valid |restrictionTest.m_graph|.