Remove runner_on_error callback that is never used.

This commit is contained in:
Chris Church
2014-05-16 00:49:11 -04:00
parent 4e98e3785a
commit 955dadf743
6 changed files with 0 additions and 37 deletions

View File

@@ -41,9 +41,6 @@ class CallbackModule(object):
def runner_on_ok(self, host, res):
pass
def runner_on_error(self, host, msg):
pass
def runner_on_skipped(self, host, item=None):
pass