diff options
Diffstat (limited to 'libpod')
-rw-r--r-- | libpod/runtime.go | 5 |
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() -} |