diff doc/hgmanpage.py @ 19378:9de689d20230

cleanup: drop unused variables and an unused import
author Simon Heimberg <simohe@besonet.ch>
date Mon, 01 Jul 2013 20:48:56 +0200
parents b35e3364f94a
children d8e0c591781c
line wrap: on
line diff
--- a/doc/hgmanpage.py	Mon Jul 01 20:48:55 2013 +0200
+++ b/doc/hgmanpage.py	Mon Jul 01 20:48:56 2013 +0200
@@ -981,7 +981,6 @@
         #    Level is too low to display:
         #    raise nodes.SkipNode
         attr = {}
-        backref_text = ''
         if node.hasattr('id'):
             attr['name'] = node['id']
         if node.hasattr('line'):