diff options
Diffstat (limited to 'cmd/podman/common/default.go')
-rw-r--r-- | cmd/podman/common/default.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/podman/common/default.go b/cmd/podman/common/default.go index 7caec50ff..6f78d3d29 100644 --- a/cmd/podman/common/default.go +++ b/cmd/podman/common/default.go @@ -5,9 +5,6 @@ import ( ) var ( - - // DefaultImageVolume default value - DefaultImageVolume = "bind" // Pull in configured json library json = registry.JSONLibrary() ) |