rm unused code
This commit is contained in:
parent
46af9365b7
commit
26546d03ef
@ -75,9 +75,6 @@ public enum Version {
|
||||
if (i_value > i_last) return 3;
|
||||
}
|
||||
|
||||
//prepare for next checks
|
||||
if (min.indexOf(".") < 0) return 0;
|
||||
|
||||
min = min.substring(min.indexOf(".")+1);
|
||||
last = last.substring(last.indexOf(".")+1);
|
||||
value = value.substring(value.indexOf(".")+1);
|
||||
|
Loading…
Reference in New Issue
Block a user