| 62 | } |
| 63 | |
| 64 | void DeleteFromDiskWithIndexes(LocalCountryFile const & localFile, MapFileType type) |
| 65 | { |
| 66 | DeleteCountryIndexes(localFile); |
| 67 | localFile.DeleteFromDisk(type); |
| 68 | } |
| 69 | |
| 70 | CountryTree::Node const & LeafNodeFromCountryId(CountryTree const & root, CountryId const & countryId) |
| 71 | { |
no test coverage detected