Skip to content

Commit

Permalink
Triggerable doesn't do anything useful with get_initial_state() so do…
Browse files Browse the repository at this point in the history
…n't override it
  • Loading branch information
krajaratnam committed Feb 20, 2010
1 parent ccbc2b1 commit fb6e733
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions buildbot/schedulers/triggerable.py
Expand Up @@ -51,9 +51,6 @@ def __init__(self, name, builderNames, properties={}, categories=None):
self._waiters = {}
self.reason = "Triggerable(%s)" % name

def get_initial_state(self, max_changeid):
return {}

def trigger(self, ss, set_props=None):
"""Trigger this scheduler. Returns a deferred that will fire when the
buildset is finished.
Expand Down

0 comments on commit fb6e733

Please sign in to comment.