Skip to content

Commit

Permalink
Merge pull request #7438 from zaneb/agent-artifacts-not-writable
Browse files Browse the repository at this point in the history
Remove unused method
  • Loading branch information
openshift-ci[bot] committed Oct 12, 2023
2 parents 6a7ddfe + ab8b08f commit 8d55325
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/asset/agent/image/agentartifacts.go
Expand Up @@ -185,12 +185,6 @@ func (a *AgentArtifacts) Name() string {
return "Agent Installer Artifacts"
}

// Files returns the files generated by the asset.
func (a *AgentArtifacts) Files() []*asset.File {
// Return empty array because File will never be loaded.
return []*asset.File{}
}

func createDir(bootArtifactsFullPath string) error {
os.RemoveAll(bootArtifactsFullPath)

Expand Down

0 comments on commit 8d55325

Please sign in to comment.