From 623cf2ca936dcebc979f3b5778b27d48003e95df Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Sat, 12 Jul 2014 09:44:28 +0100 Subject: [PATCH] Removed call to undefined function. --- src/backend/network.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/network.cpp b/src/backend/network.cpp index 29cf7069..f3d33d1e 100644 --- a/src/backend/network.cpp +++ b/src/backend/network.cpp @@ -218,7 +218,6 @@ namespace loot { // seem to be made that way with no detrimental effect on libgit2's operation, but it // stuffs these filesystem commands up. if (fs::exists(temp_path)) { - setDirWriteAccess(repo_path.string() + ".temp"); BOOST_LOG_TRIVIAL(trace) << "Recursively setting write permission on directory: " << temp_path; for (fs::recursive_directory_iterator it(temp_path); it != fs::recursive_directory_iterator(); ++it) { BOOST_LOG_TRIVIAL(trace) << "Setting write permission for: " << it->path();