Skip to content

Commit

Permalink
Remove ConnManager method
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Apr 11, 2023
1 parent 8fc0947 commit d541dce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions p2p/transport/quic/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,3 @@ func (t *transport) CloseVirtualListener(l *virtualListener) error {
return nil

}

func (t *transport) ConnManager() *quicreuse.ConnManager {
return t.connManager
}
4 changes: 0 additions & 4 deletions p2p/transport/webtransport/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,3 @@ func (t *transport) AddCertHashes(m ma.Multiaddr) ma.Multiaddr {
}
return m.Encapsulate(t.certManager.AddrComponent())
}

func (t *transport) ConnManager() *quicreuse.ConnManager {
return t.connManager
}

0 comments on commit d541dce

Please sign in to comment.