lib/model: Remove ineffective symlink recovery attempt

This commit is contained in:
Jakob Borg
2017-08-08 15:23:29 +02:00
parent fa5c890ff6
commit 1fc2ab444b
3 changed files with 1 additions and 142 deletions

View File

@@ -389,8 +389,6 @@ func convertV20V21(cfg *Configuration) {
}
}
// there is also a symlink recovery step in Model.StartFolder()
cfg.Version = 21
}