Skip to content

Commit 220e08a

Browse files
daniel-rafflerbaierd
authored andcommitted
Remove use of "synchornized" in Mathsat5InterpolatingProver.
1 parent 64ed999 commit 220e08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/sosy_lab/java_smt/solvers/mathsat5/Mathsat5InterpolatingProver.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public List<BooleanFormula> getTreeInterpolants(
152152
}
153153

154154
@Override
155-
public synchronized <T> T allSat(AllSatCallback<T> callback, List<BooleanFormula> important) {
155+
public <T> T allSat(AllSatCallback<T> callback, List<BooleanFormula> important) {
156156
// TODO how can we support allsat in MathSat5-interpolation-prover?
157157
// error: "allsat is not compatible wwith proof generation"
158158
throw new UnsupportedOperationException(

0 commit comments

Comments
 (0)