Removing unnecessary variable in address_finder

This commit is contained in:
Vladimir Byko-Ianko 2018-09-27 16:33:10 +03:00 committed by Arsentiy Milchakov
parent 6a29a58f39
commit 8c8aea1c61

View file

@ -512,7 +512,6 @@ search::AddressInfo Framework::GetFeatureAddressInfo(FeatureType & ft) const
vector<string> Framework::GetPrintableFeatureTypes(FeatureType & ft) const
{
vector<string> results;
int8_t const locale = CategoriesHolder::MapLocaleToInteger(languages::GetCurrentOrig());
feature::TypesHolder types(ft);
types.SortBySpec();