summaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/bzr.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/fetch2/bzr.py')
-rw-r--r--lib/bb/fetch2/bzr.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/bb/fetch2/bzr.py b/lib/bb/fetch2/bzr.py
index cc0035790..1e25207b1 100644
--- a/lib/bb/fetch2/bzr.py
+++ b/lib/bb/fetch2/bzr.py
@@ -47,9 +47,6 @@ class Bzr(Fetch):
ud.localfile = data.expand('bzr_%s_%s_%s.tar.gz' % (ud.host, ud.path.replace('/', '.'), ud.revision), d)
- def localpath (self, url, ud, d):
- return os.path.join(data.getVar("DL_DIR", d, True), ud.localfile)
-
def _buildbzrcommand(self, ud, d, command):
"""
Build up an bzr commandline based on ud