ソースを参照

daemon/containerd: ImageService: remove unused LookupImage()

Looks like this method was not part of the interface, and is not
used anywhere.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Sebastiaan van Stijn 3 年 前
コミット
2527e6dd09
1 ファイル変更0 行追加5 行削除
  1. 0 5
      daemon/containerd/service.go

+ 0 - 5
daemon/containerd/service.go

@@ -259,11 +259,6 @@ func (cs *ImageService) LoadImage(inTar io.ReadCloser, outStream io.Writer, quie
 	panic("not implemented")
 }
 
-// LookupImage is not implemented.
-func (cs *ImageService) LookupImage(ctx context.Context, name string) (*types.ImageInspect, error) {
-	panic("not implemented")
-}
-
 // PushImage initiates a push operation on the repository named localName.
 func (cs *ImageService) PushImage(ctx context.Context, image, tag string, metaHeaders map[string][]string, authConfig *types.AuthConfig, outStream io.Writer) error {
 	panic("not implemented")