Skip to content

Commit

Permalink
GODRIVER-2965 Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvasquez committed Apr 26, 2024
1 parent d494655 commit 938b095
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x/mongo/driver/session/session_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ type Node struct {

// topologyDescription is used to track a subset of the fields present in a description.Topology instance that are
// relevant for determining session expiration.
//
// TODO(GODRIVER-2965): Can this be removed and it's usage replaced by
// description.Topology?
type topologyDescription struct {
kind description.TopologyKind
timeoutMinutes *int64
Expand Down

0 comments on commit 938b095

Please sign in to comment.