diff --git a/lib/bb/fetch2/bzr.py b/lib/bb/fetch2/bzr.py
index fc558f50b047..443195fa00bc 100644
--- a/lib/bb/fetch2/bzr.py
+++ b/lib/bb/fetch2/bzr.py
@@ -35,9 +35,6 @@ class Bzr(FetchMethod):
 
         ud.setup_revisions(d)
 
-        if not ud.revision:
-            ud.revision = self.latest_revision(ud, d)
-
         ud.localfile = d.expand('bzr_%s_%s_%s.tar.gz' % (ud.host, ud.path.replace('/', '.'), ud.revision))
 
     def _buildbzrcommand(self, ud, d, command):
