mercurial/hgweb/hgweb_mod.py
changeset 3126 cff3c58a5766
parent 2928 27da6dddd0ee
child 3166 3466bd7b9754
--- a/mercurial/hgweb/hgweb_mod.py
+++ b/mercurial/hgweb/hgweb_mod.py
@@ -825,7 +825,6 @@ class hgweb(object):
         req.write(resp)
 
     def do_between(self, req):
-        nodes = []
         if req.form.has_key('pairs'):
             pairs = [map(bin, p.split("-"))
                      for p in req.form['pairs'][0].split(" ")]