diff --git a/flocker/testtools.py b/flocker/testtools.py index 6a4b834fa1..a39362c5ca 100644 --- a/flocker/testtools.py +++ b/flocker/testtools.py @@ -452,7 +452,6 @@ def __init__(self, base_path): self.ip = IPAddress(self._port.getHost().host) self.port = self._port.getHost().port - def restore(self): """ Shut down the SSH server.