Browse Source

Merge pull request #20868 from LK4D4/unused_ctx

Remove unused ctx from v1Pusher
Aaron Lehmann 9 years ago
parent
commit
613d364e23
1 changed files with 0 additions and 1 deletions
  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