Removed unused method.

This commit is contained in:
Luc Maisonobe 2015-11-04 14:48:36 +01:00
parent 8fdda846c4
commit 23a87ac139
1 changed files with 0 additions and 4 deletions

View File

@ -323,9 +323,5 @@ public class MapUtils {
return neuron;
}
/** @return the value. */
public double getValue() {
return value;
}
}
}