summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/other_tools/just_mr/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp
index 3ecfe46d..c86e1583 100644
--- a/src/other_tools/just_mr/main.cpp
+++ b/src/other_tools/just_mr/main.cpp
@@ -574,13 +574,6 @@ void DefaultReachableRepositories(
}
Logger::Log(LogLevel::Info, "Fetching to {}", fetch_dir->string());
- // make sure fetch_dir exists
- if (not FileSystemManager::CreateDirectory(*fetch_dir)) {
- Logger::Log(LogLevel::Error,
- "Failed to create fetch directory {}",
- fetch_dir->string());
- return kExitFetchError;
- }
// gather all repos to be fetched
std::vector<ArchiveRepoInfo> repos_to_fetch{};