diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-11 18:44:05 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-01-11 18:44:05 -0500 |
commit | 0e52d43962a8b8e6c844b7275a419922e95963a7 (patch) | |
tree | 482880b103b085d783e27d3840e6b3367c436d74 /pkg/storage/doc.go | |
parent | dd0d35deb098b63f8c5be7ef9d8d63c16760221b (diff) | |
download | podman-0e52d43962a8b8e6c844b7275a419922e95963a7.tar.gz podman-0e52d43962a8b8e6c844b7275a419922e95963a7.tar.bz2 podman-0e52d43962a8b8e6c844b7275a419922e95963a7.zip |
Remove unused pkg/storage code
This code was refactored into libpod, so no need to keep the old
version around
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'pkg/storage/doc.go')
-rw-r--r-- | pkg/storage/doc.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/storage/doc.go b/pkg/storage/doc.go deleted file mode 100644 index 6366b22a4..000000000 --- a/pkg/storage/doc.go +++ /dev/null @@ -1,5 +0,0 @@ -// Package storage provides helper functions for creating and managing CRI pod -// sandboxes and containers and metadata associated with them in the format -// that crio understands. The API it provides should be considered to be -// unstable. -package storage |