Increase version to 1.6.8.

This commit is contained in:
Andrea Cavalli 2020-08-18 13:58:09 +02:00
parent 1ccc7c6c65
commit b93239f6d4
1 changed files with 0 additions and 3 deletions

View File

@ -4075,9 +4075,6 @@ void FileManager::memory_cleanup() {
{
auto map = remote_location_info_.get_map();
auto mapSize = map.size();
auto mapMaxSize = map.max_size();
auto it = map.begin();
while (it != map.end()) {
old_remote_info[it->second] = it->first;