Browse code

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>

Sebastiaan van Stijn authored on 2019/08/29 01:45:11
Showing 1 changed files
... ...
@@ -34,7 +34,6 @@ type Controller struct {
34 34
 
35 35
 	pluginID  string
36 36
 	serviceID string
37
-	taskID    string
38 37
 
39 38
 	// hook used to signal tests that `Wait()` is actually ready and waiting
40 39
 	signalWaitReady func()