mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cluster/controllers/plugin: remove unused Controller.taskID (unused)
``` daemon/cluster/controllers/plugin/controller.go:37:2: U1000: field `taskID` is unused (unused) ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
101ff26eb5
commit
bd7180fcf9
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ type Controller struct {
|
||||||
|
|
||||||
pluginID string
|
pluginID string
|
||||||
serviceID string
|
serviceID string
|
||||||
taskID string
|
|
||||||
|
|
||||||
// hook used to signal tests that `Wait()` is actually ready and waiting
|
// hook used to signal tests that `Wait()` is actually ready and waiting
|
||||||
signalWaitReady func()
|
signalWaitReady func()
|
||||||
|
|
Loading…
Reference in a new issue