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:
Sebastiaan van Stijn 2019-08-28 18:45:11 +02:00
parent 101ff26eb5
commit bd7180fcf9
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -34,7 +34,6 @@ type Controller struct {
pluginID string
serviceID string
taskID string
// hook used to signal tests that `Wait()` is actually ready and waiting
signalWaitReady func()