From 6107923c04dbfe698b327c0f042cf01534052898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Legat?= Date: Fri, 14 May 2021 15:08:27 -0400 Subject: [PATCH] Remove dead code in CanonicalConstraintFunction --- src/attributes.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/attributes.jl b/src/attributes.jl index 312c7ce23d..08c05e92d9 100644 --- a/src/attributes.jl +++ b/src/attributes.jl @@ -1238,8 +1238,6 @@ function get_fallback( else return Utilities.canonical(func) end - - return Utilities.canonical(get(model, ConstraintFunction(), ci)) end """