Skip to content

Commit e8e4588

Browse files
authored
Merge pull request #6344 from thaJeztah/remove_builder_newprunecommand
cli/command/trust: remove deprecated NewPruneCommand
2 parents 832a375 + d317bc3 commit e8e4588

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cli/command/builder/prune.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,6 @@ type pruneOptions struct {
3232
keepStorage opts.MemBytes
3333
}
3434

35-
// NewPruneCommand returns a new cobra prune command for images
36-
//
37-
// Deprecated: Do not import commands directly. They will be removed in a future release.
38-
func NewPruneCommand(dockerCli command.Cli) *cobra.Command {
39-
return newPruneCommand(dockerCli)
40-
}
41-
4235
// newPruneCommand returns a new cobra prune command for images
4336
func newPruneCommand(dockerCLI command.Cli) *cobra.Command {
4437
options := pruneOptions{filter: opts.NewFilterOpt()}

0 commit comments

Comments
 (0)