Merge pull request #8988 from gyuho/error-return

embed/config: remove v3.2 TODO
This commit is contained in:
Gyuho Lee
2017-12-08 06:41:12 -08:00
committed by GitHub

View File

@@ -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" {