Remove unused field

This commit is contained in:
Preetha Appan
2018-07-16 09:04:11 -05:00
parent 8f2d5742c4
commit 1774aa2526

View File

@@ -154,7 +154,6 @@ type Affinity struct {
RTarget string // Right-hand target
Operand string // Constraint operand (<=, <, =, !=, >, >=), set_contains_all, set_contains_any
Weight float64 // Weight applied to nodes that match the affinity. Can be negative
str string // Memoized string
}
func NewAffinity(LTarget string, Operand string, RTarget string, Weight float64) *Affinity {