##// END OF EJS Templates
fastannotate: drop unused local variable assignments...
Matt Harbison -
r44441:de358da7 default
parent child Browse files
Show More
@@ -74,7 +74,6 b' def _doannotate(fctx, follow=True, diffo'
74 74 may raise Exception, and always return line numbers.
75 75 """
76 76 master = _getmaster(fctx)
77 annotated = contents = None
78 77
79 78 with context.fctxannotatecontext(fctx, follow, diffopts) as ac:
80 79 try:
General Comments 0
You need to be logged in to leave comments. Login now