diff mercurial/hgweb/webcommands.py @ 12063:516b000fbb7e

cleanup: remove unused variables
author Brodie Rao <brodie@bitheap.org>
date Fri, 27 Aug 2010 13:32:40 -0400
parents 0de6cfdcaad8
children ead4e21f49f1
line wrap: on
line diff
--- a/mercurial/hgweb/webcommands.py	Fri Aug 27 13:32:38 2010 -0400
+++ b/mercurial/hgweb/webcommands.py	Fri Aug 27 13:32:40 2010 -0400
@@ -383,7 +383,6 @@
                 latestentry=lambda **x: entries(True, 1, **x))
 
 def branches(web, req, tmpl):
-    b = web.repo.branchtags()
     tips = (web.repo[n] for t, n in web.repo.branchtags().iteritems())
     heads = web.repo.heads()
     parity = paritygen(web.stripecount)