Skip to content

Commit

Permalink
Drop some dead code that the previous change missed
Browse files Browse the repository at this point in the history
  • Loading branch information
marineam committed Jun 25, 2012
1 parent d05f6e0 commit 445d0ef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/nagcat/runnable.py
Expand Up @@ -195,9 +195,6 @@ def finalize(self):
# Grab the first non-zero repeat value and count hosts
hosts = {}
for dependency in self.getDependencies():
if not self.repeat:
self.repeat = dependency.repeat

if dependency.host in hosts:
hosts[dependency.host] += 1
else:
Expand Down

0 comments on commit 445d0ef

Please sign in to comment.