diff options
author | Noel Grandin <noel@peralex.com> | 2014-08-11 09:40:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-08-13 13:34:43 +0200 |
commit | 5ce80c9728ac53ef4e1c8f68d6ef4b7be1f7bf1c (patch) | |
tree | 4771f6939c612c4844903a98252a6ccc5c97dcd8 /nlpsolver/ThirdParty/EvolutionarySolver | |
parent | 4a4127d2c4d9e70b7747ae7683f94a1f046893b3 (diff) |
remove dead java constants
found by UCDetector
Change-Id: I1f8f5ba4f3ab1a1ef134dd0988f913dab7501351
Diffstat (limited to 'nlpsolver/ThirdParty/EvolutionarySolver')
-rw-r--r-- | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/CompareValue.java | 1 |
1 files changed, 0 insertions, 1 deletions
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; } |