summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/git.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/git.py')
-rw-r--r--bitbake/lib/bb/fetch2/git.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch2/git.py b/bitbake/lib/bb/fetch2/git.py
index 3676cc3ddc..384007c81f 100644
--- a/bitbake/lib/bb/fetch2/git.py
+++ b/bitbake/lib/bb/fetch2/git.py
@@ -204,7 +204,6 @@ class Git(FetchMethod):
204 needupdate = True 204 needupdate = True
205 if needupdate: 205 if needupdate:
206 try: 206 try:
207 runfetchcmd("%s remote prune origin" % ud.basecmd, d)
208 runfetchcmd("%s remote rm origin" % ud.basecmd, d) 207 runfetchcmd("%s remote rm origin" % ud.basecmd, d)
209 except bb.fetch2.FetchError: 208 except bb.fetch2.FetchError:
210 logger.debug(1, "No Origin") 209 logger.debug(1, "No Origin")