nomad: removing unused job type

This commit is contained in:
Armon Dadgar
2015-09-12 16:22:09 -07:00
parent 63928dfed4
commit a34f3261d2

View File

@@ -658,7 +658,6 @@ const (
// JobTypeNomad is reserved for internal system tasks and is
// always handled by the CoreScheduler.
JobTypeCore = "_core"
JobTypeSystem = "system"
JobTypeService = "service"
JobTypeBatch = "batch"
)