Browse Source

Merge pull request #8988 from gyuho/error-return

embed/config: remove v3.2 TODO
Gyuho Lee 8 years ago
parent
commit
bbd2147248
1 changed files with 0 additions and 1 deletions
  1. 0 1
      embed/config.go

+ 0 - 1
embed/config.go

@@ -573,7 +573,6 @@ func (cfg *Config) UpdateDefaultClusterFromName(defaultInitialCluster string) (s
 }
 
 // checkBindURLs returns an error if any URL uses a domain name.
-// TODO: return error in 3.2.0
 func checkBindURLs(urls []url.URL) error {
 	for _, url := range urls {
 		if url.Scheme == "unix" || url.Scheme == "unixs" {