summaryrefslogtreecommitdiff
path: root/src/smt/process_assertions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/smt/process_assertions.cpp')
-rw-r--r--src/smt/process_assertions.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/smt/process_assertions.cpp b/src/smt/process_assertions.cpp
index 1aa46c73c..fa230cd54 100644
--- a/src/smt/process_assertions.cpp
+++ b/src/smt/process_assertions.cpp
@@ -236,11 +236,6 @@ bool ProcessAssertions::apply(Assertions& as)
{
// remove rewrite rules, apply pre-skolemization to existential quantifiers
d_passes["quantifiers-preprocess"]->apply(&assertions);
- if (options::macrosQuant())
- {
- // quantifiers macro expansion
- d_passes["quantifier-macros"]->apply(&assertions);
- }
// fmf-fun : assume admissible functions, applying preprocessing reduction
// to FMF
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback