Remove stop method from reporters, sources, triggers

It still remains in the drivers that the connections utilize.

Change-Id: Ie6efb57af297fbd546eed3e1104299b2e1a5205e
This commit is contained in:
James E. Blair
2015-12-10 11:25:21 -08:00
parent 14abdf44c0
commit 93bdde8551
4 changed files with 0 additions and 21 deletions

View File

@@ -28,9 +28,6 @@ class BaseTrigger(object):
self.sched = sched
self.connection = connection
def stop(self):
"""Stop the trigger."""
@abc.abstractmethod
def getEventFilters(self, trigger_conf):
"""Return a list of EventFilter's for the scheduler to match against.