nomad: removing unused job type

This commit is contained in:
Armon Dadgar 2015-09-12 16:22:09 -07:00
parent 2d4fad31b2
commit 93020187da

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"
)