From a4dbbe7d898ae6db366076cbe13049a8f88fc731 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Wed, 2 Mar 2016 07:59:12 -0800 Subject: [PATCH] Remove unused ctx from v1Pusher Signed-off-by: Alexander Morozov --- distribution/push_v1.go | 1 - 1 file changed, 1 deletion(-) diff --git a/distribution/push_v1.go b/distribution/push_v1.go index 8be1df97f1..e9b1065f7a 100644 --- a/distribution/push_v1.go +++ b/distribution/push_v1.go @@ -21,7 +21,6 @@ import ( ) type v1Pusher struct { - ctx context.Context v1IDService *metadata.V1IDService endpoint registry.APIEndpoint ref reference.Named