forked from organicmaps/organicmaps-tmp
Don't do unnecessary Tokenize.
This commit is contained in:
parent
339f1a2919
commit
f6ad1defc3
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ namespace borders
|
|||
if (line.empty())
|
||||
continue;
|
||||
|
||||
/// @todo no need to tokenize by '|'
|
||||
strings::Tokenize(line, "|", bind<void>(ref(toDo), _1));
|
||||
// in polygons file every country is a separate string
|
||||
toDo(line);
|
||||
toDo.Finish();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue