remove dead mapper

This commit is contained in:
deads2k
2016-09-16 16:29:25 -04:00
parent 9bc7e36f4b
commit 4aa61ddcb2
18 changed files with 0 additions and 29 deletions

View File

@@ -711,7 +711,6 @@ func NewFactory(optionalClientConfig clientcmd.ClientConfig) *Factory {
c: restclient,
fedc: fedClient,
cacheDir: dir,
mapper: api.RESTMapper,
}, nil
}
return validation.NullSchema{}, nil
@@ -974,7 +973,6 @@ type clientSwaggerSchema struct {
c *restclient.RESTClient
fedc *restclient.RESTClient
cacheDir string
mapper meta.RESTMapper
}
const schemaFileName = "schema.json"