浏览代码

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 {
-	ctx         context.Context
 	v1IDService *metadata.V1IDService
 	endpoint    registry.APIEndpoint
 	ref         reference.Named