]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/SVNDirectory.cxx
Reset: allow re-init of Nasal Ghosts.
[simgear.git] / simgear / io / SVNDirectory.cxx
index 923993ac4b1df6c6ab23052d1fbeac1e9f5797a5..6983ef871f3aeb518d1a609754b6ea39c6830faa 100644 (file)
@@ -177,9 +177,6 @@ void SVNDirectory::writeCache()
 // approximately atomic delete + rename operation
     SGPath cacheName(localPath);
     cacheName.append(DAV_CACHE_NAME);
-    if (cacheName.exists()) {
-        cacheName.remove();
-    }
     p.rename(cacheName);
 }