# HG changeset patch # User Matt Harbison # Date 1577470413 18000 # Node ID 3194cc8c8de01016ad7030c46fccf7733a4c8298 # Parent 68b09ebf1c1369db967a24570f0c575ae1b9d369 bugzilla: drop an unused variable assignment Caught by PyCharm. Differential Revision: https://phab.mercurial-scm.org/D7738 diff -r 68b09ebf1c13 -r 3194cc8c8de0 hgext/bugzilla.py --- 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)