Skip to content

Commit e63f1e8

Browse files
committed
remove redundant suppression of warning.
1 parent 326a2aa commit e63f1e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/org/sosy_lab/java_smt/solvers/z3/Z3AbstractProver.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ protected void logSolverStack() throws SolverException {
102102
}
103103
}
104104

105-
@SuppressWarnings("resource")
106105
@Override
107106
public Model getModel() throws InterruptedException {
108107
Preconditions.checkState(!closed);

0 commit comments

Comments
 (0)