Removed bogus (hopefully) checkout

This commit is contained in:
Ciaran Gultnieks 2013-10-23 15:57:02 +01:00
parent fe720343c2
commit 548c5f606c

View file

@ -1155,6 +1155,7 @@ def getsrclib(spec, srclib_dir, sdk_path, ndk_path="", mvn3="", basepath=False,
if not preponly: if not preponly:
vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path) vcs = getvcs(srclib["Repo Type"], srclib["Repo"], sdir, sdk_path)
vcs.srclib = (name, sdir) vcs.srclib = (name, sdir)
if ref:
vcs.gotorevision(ref) vcs.gotorevision(ref)
if raw: if raw: