Browse Source

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 5 years ago
parent
commit
bd7180fcf9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      daemon/cluster/controllers/plugin/controller.go

+ 0 - 1
daemon/cluster/controllers/plugin/controller.go

@@ -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()