From a34f3261d2b7ab6e311e3e682a62d17912435641 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Sat, 12 Sep 2015 16:22:09 -0700 Subject: [PATCH] nomad: removing unused job type --- nomad/structs/structs.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 733c81872..d01e2b2d9 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -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" )