Skip to content

Commit

Permalink
Remove unused function in runtime.go
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Heon <[email protected]>

Closes: #1264
Approved by: mheon
  • Loading branch information
mheon authored and rh-atomic-bot committed Aug 14, 2018
1 parent e3190cb commit 8dd755f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions libpod/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

0 comments on commit 8dd755f

Please sign in to comment.