summaryrefslogtreecommitdiff
path: root/nlpsolver
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-04 13:35:47 +0200
committerNoel Grandin <noel@peralex.com>2014-08-05 11:31:49 +0200
commitd504294a77484457f6bc593e6339075ac4262e36 (patch)
tree9d92d233759a22d0978ed492a69751106ebd1284 /nlpsolver
parentdabfe7dd025f95862e302b3c4526d382eeba19ea (diff)
java: remove some unused fields in the ODK examples
Change-Id: Ic6b4f18aefba6603af51d17d061e3f821e95261f
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalString.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalString.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalString.java
index 28b40231eb30..0a17c115f087 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalString.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/global/GlobalString.java
@@ -82,7 +82,6 @@ public class GlobalString {
public static String getMeaningfulLine(BufferedReader outReader, String neglectFirstChars) throws Exception {
String str;
boolean isNeglect = true;
- int i = 0;
do {
str = outReader.readLine();
if (str==null) {