From 098b339ade9e60d155257e798ea8ab4acf4a641f 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 Upstream-commit: a4dbbe7d898ae6db366076cbe13049a8f88fc731 Component: engine --- components/engine/distribution/push_v1.go | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/distribution/push_v1.go b/components/engine/distribution/push_v1.go index 8be1df97f1..e9b1065f7a 100644 --- a/components/engine/distribution/push_v1.go +++ b/components/engine/distribution/push_v1.go @@ -21,7 +21,6 @@ import ( ) type v1Pusher struct { - ctx context.Context v1IDService *metadata.V1IDService endpoint registry.APIEndpoint ref reference.Named