X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FHash.java;h=4b3887065202aba7e865fc2b54055303e64bc249;hp=40cf117f5195a58f73ad32aedb8ad539da560c4b;hb=01732f3955ae92c0520283b44f52d1ec69f9f9f2;hpb=3591b88b94a6bb378af3d4abe6eb5233ce583104 diff --git a/src/org/ibex/util/Hash.java b/src/org/ibex/util/Hash.java index 40cf117..4b38870 100644 --- a/src/org/ibex/util/Hash.java +++ b/src/org/ibex/util/Hash.java @@ -154,8 +154,6 @@ public class Hash { private int iterator = 0; private int found = 0; - public HashEnum () { } - public boolean hasMoreElements() { return found < usedslots; }