From e5b4c8cb7e34cd326cdd553e19d9ce6e868aa0bf Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 13 Aug 2015 22:21:41 -0700 Subject: [PATCH] nomad: remove unused field --- nomad/structs/structs.go | 5 ----- 1 file changed, 5 deletions(-) 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'