]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/BinaryQueryHash.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / BinaryQueryHash.java
index 833eafc4c41dc0b3b4072391866bb8c51fd48ec0..b460a22bd06762b5d4b253b470813b9a92bc7875 100644 (file)
@@ -45,11 +45,6 @@ abstract public class BinaryQueryHash<Procedure> extends THash {
             throw new Error("Not possible!");
         }
 
-               @Override
-               public Object compute(ReadGraphImpl graph, Procedure procedure) throws DatabaseException {
-            throw new Error("Not possible!");
-               }
-
                @Override
                Object performFromCache(ReadGraphImpl graph, Procedure procedure) throws DatabaseException {
             throw new Error("Not possible!");