diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 68c4c5d2f..fcae08ad0 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -1484,7 +1484,6 @@ func (tg *TaskGroup) GoString() string { const ( ServiceCheckHTTP = "http" ServiceCheckTCP = "tcp" - ServiceCheckDocker = "docker" ServiceCheckScript = "script" )