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:
Matthew Heon 2018-08-13 10:47:12 -04:00 committed by Atomic Bot
parent e3190cbed7
commit 8dd755fbf5
1 changed files with 0 additions and 5 deletions

View File

@ -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()
}