diff options
-rw-r--r-- | src/other_tools/ops_maps/git_tree_fetch_map.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other_tools/ops_maps/git_tree_fetch_map.cpp b/src/other_tools/ops_maps/git_tree_fetch_map.cpp index f6d526e4..9a539a51 100644 --- a/src/other_tools/ops_maps/git_tree_fetch_map.cpp +++ b/src/other_tools/ops_maps/git_tree_fetch_map.cpp @@ -656,7 +656,6 @@ auto CreateGitTreeFetchMap( // define temp repo path auto tmp_dir = native_storage_config->CreateTypedTmpDir( "git-tree"); - ; if (not tmp_dir) { (*logger)(fmt::format("Could not create unique " "path for target {}", |