summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/repo.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/repo.py')
-rw-r--r--lib/bb/fetch2/repo.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/fetch2/repo.py b/lib/bb/fetch2/repo.py
index f742591fd..9d890a5e9 100644
--- a/lib/bb/fetch2/repo.py
+++ b/lib/bb/fetch2/repo.py
@@ -53,9 +53,6 @@ class Repo(Fetch):
ud.localfile = data.expand("repo_%s%s_%s_%s.tar.gz" % (ud.host, ud.path.replace("/", "."), ud.manifest, ud.branch), d)
- def localpath(self, url, ud, d):
- return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile)
-
def download(self, loc, ud, d):
"""Fetch url"""