mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #20868 from LK4D4/unused_ctx
Remove unused ctx from v1Pusher
This commit is contained in:
commit
613d364e23
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
type v1Pusher struct {
|
type v1Pusher struct {
|
||||||
ctx context.Context
|
|
||||||
v1IDService *metadata.V1IDService
|
v1IDService *metadata.V1IDService
|
||||||
endpoint registry.APIEndpoint
|
endpoint registry.APIEndpoint
|
||||||
ref reference.Named
|
ref reference.Named
|
||||||
|
|
Loading…
Add table
Reference in a new issue