fixed / clean ups
[mir.git] / source / mir / util / InternetFunctions.java
index 171e8f8..2dd057b 100755 (executable)
@@ -54,7 +54,6 @@ public class InternetFunctions {
   public static long parseIPAddress(String anIpAddress) throws Exception {
     int[] parts = {0,0,0,0};
     int i;
-    long result;
     List stringParts = StringRoutines.splitString(anIpAddress, ".");
 
     if (stringParts.size()!=4)