2
0

removed getconnection

This commit is contained in:
Lucas Löffel
2018-10-09 11:11:31 +02:00
parent 7ad86cf9a6
commit 67334dd241
-7
View File
@@ -265,10 +265,3 @@ func (rc *RecConn) IsConnected() bool {
return rc.isConnected
}
func (rc *RecConn) GetConnection() *RecConn {
rc.mu.Lock()
defer rc.mu.Unlock()
return rc
}