From 5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 11 Aug 2014 09:40:12 +0200 Subject: remove dead java constants found by UCDetector Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351 --- .../EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java | 1 - 1 file changed, 1 deletion(-) (limited to 'nlpsolver/ThirdParty/EvolutionarySolver') diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java index 7bfe6df9511e..be7f00cde765 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java @@ -16,5 +16,4 @@ public class CompareValue { public static final int LARGER_THAN = 2; public static final int EQUAL_TO = 1; public static final int LESS_THAN = 0; - public static final int INVALID = -1; } -- cgit