| Index: common/config/impl/filesystem/fs.go
|
| diff --git a/common/config/impl/filesystem/fs.go b/common/config/impl/filesystem/fs.go
|
| index e9f160258d9213d42333c85fa56a2b8111765114..4bcf6cd1f19537f4c66e45ba5d1fea24531ce36a 100644
|
| --- a/common/config/impl/filesystem/fs.go
|
| +++ b/common/config/impl/filesystem/fs.go
|
| @@ -398,13 +398,6 @@ func (fs *filesystemImpl) slurpScannedConfigs(revision string, scanned *scannedC
|
| fs.contentRevisionsScanned.Add(revision)
|
| }
|
|
|
| -func (fs *filesystemImpl) ServiceURL(ctx context.Context) url.URL {
|
| - return url.URL{
|
| - Scheme: "file",
|
| - Path: fs.basePath.s(),
|
| - }
|
| -}
|
| -
|
| func (fs *filesystemImpl) GetConfig(ctx context.Context, cfgSet, cfgPath string, hashOnly bool) (*config.Config, error) {
|
| configSet := configSet{luciPath(cfgSet)}
|
| path := luciPath(cfgPath)
|
|
|