summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/synth_rew_rules.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/synth_rew_rules.cpp')
-rw-r--r--src/preprocessing/passes/synth_rew_rules.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preprocessing/passes/synth_rew_rules.cpp b/src/preprocessing/passes/synth_rew_rules.cpp
index 47c24bb5e..2ff525285 100644
--- a/src/preprocessing/passes/synth_rew_rules.cpp
+++ b/src/preprocessing/passes/synth_rew_rules.cpp
@@ -17,7 +17,6 @@
#include "options/base_options.h"
#include "options/quantifiers_options.h"
-#include "preprocessing/preprocessing_pass_registry.h"
#include "printer/printer.h"
#include "theory/quantifiers/candidate_rewrite_database.h"
@@ -155,7 +154,6 @@ PreprocessingPassResult SynthRewRulesPass::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
-static RegisterPass<SynthRewRulesPass> X("synth-rr");
} // namespace passes
} // namespace preprocessing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback