diff options
Diffstat (limited to 'cmd/podman/volumes/unmount.go')
-rw-r--r-- | cmd/podman/volumes/unmount.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/volumes/unmount.go b/cmd/podman/volumes/unmount.go index dd0cebc06..af79e49ef 100644 --- a/cmd/podman/volumes/unmount.go +++ b/cmd/podman/volumes/unmount.go @@ -37,7 +37,6 @@ func volumeUnmount(cmd *cobra.Command, args []string) error { return err } for _, r := range reports { - var errs utils.OutputErrors if r.Err == nil { fmt.Println(r.Id) } else { |