Skip to content

Commit

Permalink
Git: remove the 'fetchcount' var; never used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Grubb committed May 1, 2015
1 parent bfdfc23 commit 6a678e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion master/buildbot/steps/source/git.py
Expand Up @@ -122,7 +122,6 @@ def __init__(self, repourl=None, branch='HEAD', mode='incremental', method=None,
self.retryFetch = retryFetch
self.submodules = submodules
self.shallow = shallow
self.fetchcount = 0
self.clobberOnFailure = clobberOnFailure
self.mode = mode
self.getDescription = getDescription
Expand Down

0 comments on commit 6a678e5

Please sign in to comment.