delete dead constant

This commit is contained in:
Benjamin Elder
2019-11-07 08:29:01 -08:00
parent ded6aca976
commit e4a9c4fcd4

View File

@@ -212,10 +212,6 @@ func (c *BuildContext) getBuiltImages() (sets.String, error) {
return images, nil
}
// DockerImageArchives is the path within the node image where image archives
// will be stored.
const DockerImageArchives = "/kind/images"
// private kube.InstallContext implementation, local to the image build
type installContext struct {
basePath string