瀏覽代碼

Merge pull request #20868 from LK4D4/unused_ctx

Remove unused ctx from v1Pusher
Aaron Lehmann 9 年之前
父節點
當前提交
613d364e23
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      distribution/push_v1.go

+ 0 - 1
distribution/push_v1.go

@@ -21,7 +21,6 @@ import (
 )
 )
 
 
 type v1Pusher struct {
 type v1Pusher struct {
-	ctx         context.Context
 	v1IDService *metadata.V1IDService
 	v1IDService *metadata.V1IDService
 	endpoint    registry.APIEndpoint
 	endpoint    registry.APIEndpoint
 	ref         reference.Named
 	ref         reference.Named