forked from organicmaps/organicmaps
[generator] Remove features size check. We already check it when we write features section.
This commit is contained in:
parent
fe9f57f87e
commit
83c255676b
1 changed files with 0 additions and 7 deletions
|
@ -73,13 +73,6 @@ public:
|
|||
m_addrFile = make_unique<FileWriter>(filename + TEMP_ADDR_FILENAME);
|
||||
}
|
||||
|
||||
~FeaturesCollector2()
|
||||
{
|
||||
// Check file size.
|
||||
auto const unused = CheckedFilePosCast(m_dataFile);
|
||||
UNUSED_VALUE(unused);
|
||||
}
|
||||
|
||||
void Finish()
|
||||
{
|
||||
// write version information
|
||||
|
|
Loading…
Add table
Reference in a new issue