Commit 95670ce6 by Michael DeHaan

remove unused function

parent f9da7cb1
......@@ -139,10 +139,6 @@ class PlaybookCallbacks(object):
def __init__(self):
pass
# TOOD: -- remove this
def set_playbook(self, playbook):
self.playbook = playbook
def on_start(self):
print "\n"
......
......@@ -75,7 +75,6 @@ class PlayBook(object):
self.override_hosts = override_hosts
self.stats = stats
self.callbacks.set_playbook(self)
self.basedir = os.path.dirname(playbook)
self.playbook = self._parse_playbook(playbook)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment