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:
authorMikhail Gorbushin <m.gorbushin@corp.mail.ru>2019-04-01 18:33:25 +0300
committerMaksim Andrianov <maksimandrianov1@gmail.com>2019-04-01 18:44:11 +0300
commit9a707524283cff0f4509521bedcb19d48074c39f (patch)
treef336ff46b142e41218c9b8e3c68b527a4fe26a33 /generator
parentb6b8b4e26e455951efb13fcc25172d9c3de5733d (diff)
[generator] remove useless method
Diffstat (limited to 'generator')
-rw-r--r--generator/restriction_collector.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/generator/restriction_collector.hpp b/generator/restriction_collector.hpp
index 40d6c1fefe..12a6a8b49e 100644
--- a/generator/restriction_collector.hpp
+++ b/generator/restriction_collector.hpp
@@ -35,7 +35,6 @@ private:
friend void UnitTest_RestrictionTest_ValidCase();
friend void UnitTest_RestrictionTest_InvalidCase();
friend void UnitTest_RestrictionTest_ParseRestrictions();
- friend void UnitTest_RestrictionTest_ParseFeatureId2OsmIdsMapping();
/// \brief Parses comma separated text file with line in following format:
/// <type of restrictions>, <osm id 1 of the restriction>, <osm id 2>, and so on