Signed-off-by: Guido Trotter <[email protected]>
---
daemons/ganeti-watcher | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/daemons/ganeti-watcher b/daemons/ganeti-watcher
index 32c3ac4..9a2a2a8 100755
--- a/daemons/ganeti-watcher
+++ b/daemons/ganeti-watcher
@@ -64,16 +64,6 @@ class NotMasterError(errors.GenericError):
"""Exception raised when this host is not the master."""
-def Indent(s, prefix='| '):
- """Indent a piece of text with a given prefix before each line.
-
- @param s: the string to indent
- @param prefix: the string to prepend each line
-
- """
- return "%s%s\n" % (prefix, ('\n' + prefix).join(s.splitlines()))
-
-
def ShouldPause():
"""Check whether we should pause.
--
1.6.6.1