Skip to content

Commit b0719e1

Browse files
committed
Remove unused variable
1 parent ef6b833 commit b0719e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ mail_status_builders = []
244244

245245
# Regular builders
246246

247-
for branch_num, (git_url, branchname, git_branch) in enumerate(git_branches):
247+
for git_url, branchname, git_branch in git_branches:
248248
buildernames = []
249249
refleakbuildernames = []
250250
for name, worker, buildfactory, stability, tier in BUILDERS:

0 commit comments

Comments
 (0)