]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.impl/src/org/simantics/db/impl/query/UnaryQueryHash.java
Still working for multiple readers
[simantics/platform.git] / bundles / org.simantics.db.impl / src / org / simantics / db / impl / query / UnaryQueryHash.java
index fd1035a78eed6bf5722830f290536c82f6b39ba5..11c2fe6fade53fe61c7d5823a04c46d2e7444c41 100644 (file)
@@ -50,11 +50,6 @@ abstract public class UnaryQueryHash<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.");