nomad: remove unused field

This commit is contained in:
Armon Dadgar
2015-08-13 22:21:41 -07:00
parent 427e85698b
commit e5b4c8cb7e

View File

@@ -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'