diff options
-rw-r--r-- | paramiko/agent.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/paramiko/agent.py b/paramiko/agent.py index 302d31ec..13d90dbe 100644 --- a/paramiko/agent.py +++ b/paramiko/agent.py @@ -171,10 +171,6 @@ class AgentRemoteProxy(AgentProxyThread): self.__chan = chan def get_connection(self): - """ - Class to be used when wanting to ask a local SSH Agent being - asked from a remote fake agent (so use a unix socket for ex.) - """ return (self.__chan, None) |