bitbake: Remove bogus test code

This commit is contained in:
Richard Purdie 2008-10-22 22:26:24 +01:00
parent ede20a3245
commit 4815f7bc53
2 changed files with 0 additions and 2 deletions

View File

@ -70,7 +70,6 @@ class Wget(Fetch):
if ftpproxy:
fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
sys.exit(1)
ret = os.system(fetchcmd)
if ret != 0:
return False

View File

@ -70,7 +70,6 @@ class Wget(Fetch):
if ftpproxy:
fetchcmd = "ftp_proxy=" + ftpproxy + " " + fetchcmd
bb.msg.debug(2, bb.msg.domain.Fetcher, "executing " + fetchcmd)
sys.exit(1)
ret = os.system(fetchcmd)
if ret != 0:
return False