diff --git a/prototype/Doubt/SES.swift b/prototype/Doubt/SES.swift index 57370a53d..e756891bb 100644 --- a/prototype/Doubt/SES.swift +++ b/prototype/Doubt/SES.swift @@ -46,12 +46,6 @@ public func SES(a: [Fix], _ b: [Fix], equals: (A, A) -> Bool, recur: (F let down = matrix[i, j + 1] let diagonal = matrix[i + 1, j + 1] - let recur = { - Term.equals(equals)($0, $1) - ? Diff($1) - : recur($0, $1) - } - if let right = right, down = down, diagonal = diagonal { // nominate the best edge to continue along let (best, diff, _) = min(