Skip to content

Commit

Permalink
Remove dump_cex option
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jul 20, 2023
1 parent 8851a1c commit 1dd17b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/edu/uiowa/kind2/lsp/Kind2LanguageServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -607,9 +607,6 @@ public Kind2Api getCheckKind2Api(String name)
if (!configs.get("output_dir").getAsString().equals("")) {
api.outputDir(configs.get("output_dir").getAsString());
}
if (configs.get("dump_cex").getAsBoolean()) {
api.setDumpCex(true);
}
if (configs.get("timeout").getAsFloat() != 0) {
api.setTimeout(configs.get("timeout").getAsFloat());
}
Expand Down

0 comments on commit 1dd17b8

Please sign in to comment.