summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-13 10:47:12 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2018-08-14 01:37:36 +0000
commit8dd755fbf5ff69871a3e9ee17043842cf175005c (patch)
treef444f4c416c818d3d982969b43f17e4e1fc478d8 /libpod
parente3190cbed7a0f65b1fa5ba84b8eef14853294125 (diff)
downloadpodman-8dd755fbf5ff69871a3e9ee17043842cf175005c.tar.gz
podman-8dd755fbf5ff69871a3e9ee17043842cf175005c.tar.bz2
podman-8dd755fbf5ff69871a3e9ee17043842cf175005c.zip
Remove unused function in runtime.go
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1264 Approved by: mheon
Diffstat (limited to 'libpod')
-rw-r--r--libpod/runtime.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/libpod/runtime.go b/libpod/runtime.go
index 2fc10035e..cd5501de1 100644
--- a/libpod/runtime.go
+++ b/libpod/runtime.go
@@ -714,8 +714,3 @@ func (r *Runtime) generateName() (string, error) {
func (r *Runtime) ImageRuntime() *image.Runtime {
return r.imageRuntime
}
-
-// GetLayers returns the layers available in the store
-func (r *Runtime) GetLayers() ([]storage.Layer, error) {
- return r.store.Layers()
-}