Explorar el Código

Remove unused ctx from v1Pusher

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov hace 9 años
padre
commit
a4dbbe7d89
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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