summaryrefslogtreecommitdiff
path: root/include/git.sh
diff options
context:
space:
mode:
Diffstat (limited to 'include/git.sh')
-rw-r--r--include/git.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/git.sh b/include/git.sh
index f8441f33..77256df0 100644
--- a/include/git.sh
+++ b/include/git.sh
@@ -62,10 +62,6 @@ git_prep()
[ "$project" = "coreboot" ] && [ -n "$xtree" ] && [ $# -gt 2 ] && \
[ "$xtree" != "$tree" ] && link_crossgcc "$_loc"
- [ "$XBMK_RELEASE" = "y" ] && \
- [ "$_loc" != "$XBMK_CACHE/repo/$project" ] && \
- rmgit "$tmpgit"
-
move_repo "$_loc"
}