Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Remove unused error variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
geauxvirtual committed Oct 3, 2016
1 parent e621183 commit 28ac45f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion control/available_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const (
var (
ErrPoolNotFound = errors.New("plugin pool not found")
ErrBadKey = errors.New("bad key")
ErrBadTaskId = errors.New("bad task id")
)

// availablePlugin represents a plugin which is
Expand Down

0 comments on commit 28ac45f

Please sign in to comment.