submitqueue: remove unused SubmitQueueTag
This is passed into MakeSubmitQueue instead.
This commit is contained in:
parent
782d9ef222
commit
c117dcf1af
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// SubmitQueueTag is the tag used to determine whether something
|
||||
// should be considered by the submit queue or not
|
||||
const SubmitQueueTag = "submit_me"
|
||||
|
||||
// SubmitQueue contains a list of series, a gerrit connection, and some project configuration
|
||||
type SubmitQueue struct {
|
||||
Series []*Serie
|
||||
|
|
Loading…
Reference in a new issue