Skip to content

Commit 5af69e6

Browse files
author
BaierD
committed
Remove unnecessary comment in BitwuzlaTheoremProver
1 parent a43d183 commit 5af69e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/org/sosy_lab/java_smt/solvers/bitwuzla/BitwuzlaTheoremProver.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ class BitwuzlaTheoremProver extends AbstractProverWithAllSat<Void> implements Pr
4141
public boolean terminate() {
4242
return proverShutdownManager
4343
.getNotifier()
44-
.shouldShutdown(); // shutdownNotifer is defined in the
45-
// superclass
44+
.shouldShutdown();
4645
}
4746
};
4847
private final Bitwuzla env;

0 commit comments

Comments
 (0)