From 5e4f3d16f28173b148454ef70660c4522282dd43 Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 12 May 2015 18:04:16 -0700 Subject: [PATCH] cleanup2 --- credentials/credentials.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/credentials/credentials.go b/credentials/credentials.go index fd78a0ff..eb8b90e0 100644 --- a/credentials/credentials.go +++ b/credentials/credentials.go @@ -89,9 +89,6 @@ type TransportAuthenticator interface { ClientHandshake(addr string, rawConn net.Conn, timeout time.Duration) (net.Conn, error) // ServerHandshake does the authentication handshake for servers. ServerHandshake(rawConn net.Conn) (net.Conn, error) - // NewListener creates a listener which accepts connections with requested - // authentication handshake. - //NewListener(lis net.Listener) net.Listener // Info provides the ProtocolInfo of this TransportAuthenticator. Info() ProtocolInfo Credentials