embed/config: remove v3.2 TODO

Already returning error.

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
release-3.3
Gyuho Lee 2017-12-07 13:57:58 -08:00
parent fc2eecf90c
commit af5a5b3998
1 changed files with 0 additions and 1 deletions

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