submitqueue: remove unused SubmitQueueTag

This is passed into MakeSubmitQueue instead.
This commit is contained in:
Florian Klink 2019-11-18 17:51:03 +01:00
parent 782d9ef222
commit c117dcf1af

View file

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