diff --git a/nomad/structs/structs.go b/nomad/structs/structs.go index 1cfb75a85..7292f1e46 100644 --- a/nomad/structs/structs.go +++ b/nomad/structs/structs.go @@ -333,11 +333,6 @@ type Node struct { // consuming resources. Reserved *Resources - // Allocated is the set of resources that have been allocated - // as part of scheduling. They should also be excluded for the - // purposes of additional scheduling allocations. - Allocated *Resources - // Links are used to 'link' this client to external // systems. For example 'consul=foo.dc1' 'aws=i-83212' // 'ami=ami-123'