| Index: common/config/interface.go
|
| diff --git a/common/config/interface.go b/common/config/interface.go
|
| index 1530f03377ddf7fd5a1a725bed14b23d4a374ea0..5d1e83969cf7a670a9f9cf95c619a859e5e070d8 100644
|
| --- a/common/config/interface.go
|
| +++ b/common/config/interface.go
|
| @@ -83,9 +83,6 @@ type Project struct {
|
| //
|
| // Transient errors are wrapped in errors.Transient. See common/errors.
|
| type Interface interface {
|
| - // ServiceURL returns the URL of the config service.
|
| - ServiceURL(ctx context.Context) url.URL
|
| -
|
| // GetConfig returns a config at a path in a config set or ErrNoConfig
|
| // if missing. If hashOnly is true, returned Config struct has Content set
|
| // to "" (and the call is faster).
|
|
|