mirror of https://github.com/containers/podman.git
Remove unused function in runtime.go
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #1264 Approved by: mheon
This commit is contained in:
parent
e3190cbed7
commit
8dd755fbf5
|
|
@ -714,8 +714,3 @@ func (r *Runtime) generateName() (string, error) {
|
||||||
func (r *Runtime) ImageRuntime() *image.Runtime {
|
func (r *Runtime) ImageRuntime() *image.Runtime {
|
||||||
return r.imageRuntime
|
return r.imageRuntime
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetLayers returns the layers available in the store
|
|
||||||
func (r *Runtime) GetLayers() ([]storage.Layer, error) {
|
|
||||||
return r.store.Layers()
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue