hgext/fastannotate/support.py
changeset 43989 de358da72eb1
parent 43117 8ff1ecfadcd1
child 48875 6000f5b25c9b
--- a/hgext/fastannotate/support.py	Fri Dec 27 18:34:12 2019 -0500
+++ b/hgext/fastannotate/support.py	Fri Dec 27 18:43:18 2019 -0500
@@ -74,7 +74,6 @@
     may raise Exception, and always return line numbers.
     """
     master = _getmaster(fctx)
-    annotated = contents = None
 
     with context.fctxannotatecontext(fctx, follow, diffopts) as ac:
         try: