summaryrefslogtreecommitdiff
path: root/libpod/runtime.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/runtime.go')
-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()
-}