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:
authorArsentiy Milchakov <milcars@mapswithme.com>2017-11-15 14:28:41 +0300
committerYuri Gorshenin <mipt.vi002@gmail.com>2017-11-16 15:58:07 +0300
commitf6931bb396d6770d89d23e2bddb1cf3b70be6295 (patch)
tree55f37404331b12d4b858324e900edb51a3f2476f /indexer/indexer_tests_support
parent492c88ad0aa80824fa17f011640a523628c8b717 (diff)
[booking] review fixes
Diffstat (limited to 'indexer/indexer_tests_support')
-rw-r--r--indexer/indexer_tests_support/test_with_custom_mwms.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indexer/indexer_tests_support/test_with_custom_mwms.hpp b/indexer/indexer_tests_support/test_with_custom_mwms.hpp
index a1066cdea3..9fbc81614b 100644
--- a/indexer/indexer_tests_support/test_with_custom_mwms.hpp
+++ b/indexer/indexer_tests_support/test_with_custom_mwms.hpp
@@ -69,9 +69,6 @@ public:
return BuildMwm(name, feature::DataHeader::country, std::forward<BuildFn>(fn));
}
- Index & GetIndex() { return m_index; }
- Index const & GetIndex() const { return m_index; }
-
protected:
static void Cleanup(platform::LocalCountryFile const & file);