hgext/bugzilla.py
changeset 43975 3194cc8c8de0
parent 43554 9f70512ae2cf
child 45784 1d252e73af61
child 45957 89a2afe31e82
--- a/hgext/bugzilla.py	Fri Dec 27 13:11:22 2019 -0500
+++ b/hgext/bugzilla.py	Fri Dec 27 13:13:33 2019 -0500
@@ -1099,7 +1099,6 @@
         the given changeset in their comments.
         '''
         start = 0
-        hours = 0.0
         bugs = {}
         bugmatch = self.bug_re.search(ctx.description(), start)
         fixmatch = self.fix_re.search(ctx.description(), start)