Skip to content
Snippets Groups Projects
Commit 48c8887b authored by Guido Trotter's avatar Guido Trotter
Browse files

Remove SimpleConfigWriter.SetMasterNode


This function is not used.

Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent fb4b324b
No related branches found
No related tags found
No related merge requests found
...@@ -94,12 +94,6 @@ class SimpleConfigWriter(SimpleConfigReader): ...@@ -94,12 +94,6 @@ class SimpleConfigWriter(SimpleConfigReader):
"""Simple class to write configuration file. """Simple class to write configuration file.
""" """
def SetMasterNode(self, node):
"""Change master node.
"""
self._config_data["cluster"]["master_node"] = node
def Save(self): def Save(self):
"""Writes configuration file. """Writes configuration file.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment