summaryrefslogtreecommitdiff
path: root/src/main/driver_unified.cpp
diff options
context:
space:
mode:
authorAina Niemetz <aina.niemetz@gmail.com>2018-08-01 12:08:02 -0700
committerGitHub <noreply@github.com>2018-08-01 12:08:02 -0700
commit149134dfdb5a435ae4d1bea1a93ae3bde28fd646 (patch)
tree691f3ef98a01160363069badd046577289046228 /src/main/driver_unified.cpp
parentc85d906d4fc8da9e31d96804ccbf6d52ec22cdd5 (diff)
InteractiveShell: Remove redundant options argument. (#2244)
Diffstat (limited to 'src/main/driver_unified.cpp')
-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 0d0ba3f90..898ffc6bd 100644
--- a/src/main/driver_unified.cpp
+++ b/src/main/driver_unified.cpp
@@ -282,7 +282,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
delete cmd;
}
#endif /* PORTFOLIO_BUILD */
- InteractiveShell shell(*exprMgr, opts);
+ InteractiveShell shell(*exprMgr);
if(opts.getInteractivePrompt()) {
Message() << Configuration::getPackageName()
<< " " << Configuration::getVersionString();
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback