diff --git a/storage/storage.cpp b/storage/storage.cpp index c52a4acea8..52f3a48aab 100644 --- a/storage/storage.cpp +++ b/storage/storage.cpp @@ -721,7 +721,6 @@ void Storage::RegisterDownloadedFiles(CountryId const & countryId, MapFileType t return; } - static string const kSourceKey = "map"; if (m_integrityValidationEnabled && !localFile->ValidateIntegrity()) { base::DeleteFileX(localFile->GetPath(MapFileType::Map));