diff options
author | Florian Klink <flokli@flokli.de> | 2019-11-18T16·51+0100 |
---|---|---|
committer | Florian Klink <flokli@flokli.de> | 2019-11-18T18·26+0100 |
commit | c117dcf1af80bbd1ff4440b19fcb91df05bd191a (patch) | |
tree | 957a778330811e6197277827091beda1d1340aaf /submitqueue | |
parent | 782d9ef2221ad8a29de273067b7414362f5cd021 (diff) |
submitqueue: remove unused SubmitQueueTag
This is passed into MakeSubmitQueue instead.
Diffstat (limited to 'submitqueue')
-rw-r--r-- | submitqueue/submitqueue.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/submitqueue/submitqueue.go b/submitqueue/submitqueue.go index cd765acf0f10..b7c0993fb6f1 100644 --- a/submitqueue/submitqueue.go +++ b/submitqueue/submitqueue.go @@ -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 |