diff options
Diffstat (limited to 'libpod/container_internal.go')
-rw-r--r-- | libpod/container_internal.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpod/container_internal.go b/libpod/container_internal.go index 5f43d03a7..a9db43b08 100644 --- a/libpod/container_internal.go +++ b/libpod/container_internal.go @@ -25,7 +25,6 @@ import ( const ( // name of the directory holding the artifacts artifactsDir = "artifacts" - ) // rootFsSize gets the size of the container's root filesystem |