Skip to content

Commit d317bc3

Browse files
committed
cli/command/trust: remove deprecated NewPruneCommand
These were deprecated in 7032f59, which is part of the v28.4 release. Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 832a375 commit d317bc3

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)