Skip to content

Commit 3c55093

Browse files
authored
GODRIVER-3766 Remove deprecation notice for MergeClientOptions (#2294)
1 parent f6163bf commit 3c55093

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

mongo/options/clientoptions.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,9 +1062,6 @@ func (c *ClientOptions) SetSRVServiceName(srvName string) *ClientOptions {
10621062
// MergeClientOptions combines the given *ClientOptions into a single *ClientOptions in a last one wins fashion.
10631063
// The specified options are merged with the existing options on the client, with the specified options taking
10641064
// precedence.
1065-
//
1066-
// Deprecated: Merging options structs will not be supported in Go Driver 2.0. Users should create a
1067-
// single options struct instead.
10681065
func MergeClientOptions(opts ...*ClientOptions) *ClientOptions {
10691066
c := Client()
10701067

0 commit comments

Comments
 (0)