bugfix in url parsing for HTTP.java
[org.ibex.core.git] / src / org / ibex / util / Hash.java
index 40cf117..4b38870 100644 (file)
@@ -154,8 +154,6 @@ public class Hash {
         private int iterator = 0;
         private int found = 0;
         
-        public HashEnum () { }
-        
         public boolean hasMoreElements() {
             return found < usedslots;
         }