inlined methods to get prefetch benefits from the benchmark
[IRC.git] / Robust / src / Benchmarks / Distributed / SpamFilter / HashEntry.java
index 7b391f8cdae952ea2e48ba32d5bcb3d31956d995..918f6ba31d486d0fada581eb9696261cb6b4c329 100644 (file)
@@ -46,8 +46,6 @@ public class HashEntry {
   }
 
   public boolean equals(Object o) {
-    if(o.getType()!=getType())
-      return false;
     HashEntry he = (HashEntry)o;
     if(!(he.getEngine().equals(engine)))
       return false;