Skip to content
Snippets Groups Projects
Commit 3194cc8c authored by Matt Harbison's avatar Matt Harbison
Browse files

bugzilla: drop an unused variable assignment

Caught by PyCharm.

Differential Revision: https://phab.mercurial-scm.org/D7738
parent 68b09ebf
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment