From 50c31e61ab240ccd551a0aea732f8b9a88d7fb32 Mon Sep 17 00:00:00 2001 From: Andres Noetzli Date: Wed, 26 Feb 2020 00:08:20 -0800 Subject: [PATCH] Remove portfolio leftovers (#3821) Commit 1c09572e0e2031519a103caa2a4af0d9bd34a9c5 removed the portfolio build but there were some leftovers. This commit removes them. --- configure.sh | 6 -- src/CMakeLists.txt | 10 --- src/bindings/java/CMakeLists.txt | 1 - src/main/command_executor.h | 1 - src/options/main_options.toml | 28 --------- src/options/options.h | 3 - src/options/options_public_functions.cpp | 12 ---- src/prop/cnf_stream.h | 1 - src/prop/prop_engine.cpp | 39 +++++++----- src/prop/prop_engine.h | 24 +++++--- src/prop/theory_proxy.cpp | 67 +-------------------- src/prop/theory_proxy.h | 26 ++------ src/smt/smt_engine.cpp | 18 +++--- src/smt/smt_engine.h | 6 -- src/smt_util/lemma_channels.cpp | 54 ----------------- src/smt_util/lemma_channels.h | 77 ------------------------ src/smt_util/lemma_input_channel.h | 38 ------------ src/smt_util/lemma_output_channel.h | 45 -------------- src/theory/theory_engine.cpp | 10 +-- src/theory/theory_engine.h | 25 ++++---- test/unit/prop/cnf_stream_white.h | 2 +- 21 files changed, 65 insertions(+), 428 deletions(-) delete mode 100644 src/smt_util/lemma_channels.cpp delete mode 100644 src/smt_util/lemma_channels.h delete mode 100644 src/smt_util/lemma_input_channel.h delete mode 100644 src/smt_util/lemma_output_channel.h diff --git a/configure.sh b/configure.sh index 611ac54ad..ae9b275aa 100755 --- a/configure.sh +++ b/configure.sh @@ -64,8 +64,6 @@ The following flags enable optional packages (disable with --no-