summaryrefslogtreecommitdiff
path: root/cmd/podman/volumes/prune.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/volumes/prune.go')
-rw-r--r--cmd/podman/volumes/prune.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/volumes/prune.go b/cmd/podman/volumes/prune.go
index 8e190b870..1f3cc6913 100644
--- a/cmd/podman/volumes/prune.go
+++ b/cmd/podman/volumes/prune.go
@@ -35,7 +35,6 @@ var (
func init() {
registry.Commands = append(registry.Commands, registry.CliCommand{
- Mode: []entities.EngineMode{entities.ABIMode, entities.TunnelMode},
Command: pruneCommand,
Parent: volumeCmd,
})