summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorAbdalrhman Mohamed <32971963+abdoo8080@users.noreply.github.com>2021-03-18 13:33:47 -0500
committerGitHub <noreply@github.com>2021-03-18 13:33:47 -0500
commit2638e65d242fa9da99d038db07c4a2b75e8dfde3 (patch)
treea3be9ecd4d807957e8b0755368707158ca2b79f0 /src/main
parentd52bc44199583e3c06816c1d30f61e8075820c1b (diff)
Eliminate more uses of SExpr. (#6149)
This PR eliminates all remaining uses of SExpr outside of statistics.
Diffstat (limited to 'src/main')
-rw-r--r--src/main/driver_unified.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp
index 001da12db..846bef5be 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -252,7 +252,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
// "--tear-down-incremental incompatible with --incremental");
// }
- // cmd.reset(new SetOptionCommand("incremental", SExpr(false)));
+ // cmd.reset(new SetOptionCommand("incremental", "false"));
// cmd->setMuted(true);
// pExecutor->doCommand(cmd);
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback