From 1774aa2526ca2ce98fc5e0697bbbb1925ce615b3 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Mon, 16 Jul 2018 09:04:11 -0500 Subject: [PATCH] Remove unused field --- api/tasks.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/tasks.go b/api/tasks.go index 67152375d..66702e14d 100644 --- a/api/tasks.go +++ b/api/tasks.go @@ -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 {