summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/apply_to_const.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/apply_to_const.cpp')
-rw-r--r--src/preprocessing/passes/apply_to_const.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preprocessing/passes/apply_to_const.cpp b/src/preprocessing/passes/apply_to_const.cpp
index 65bdf5c1f..653a915d5 100644
--- a/src/preprocessing/passes/apply_to_const.cpp
+++ b/src/preprocessing/passes/apply_to_const.cpp
@@ -16,7 +16,6 @@
#include "preprocessing/passes/apply_to_const.h"
-#include "preprocessing/preprocessing_pass_registry.h"
#include "theory/rewriter.h"
namespace CVC4 {
@@ -104,7 +103,6 @@ PreprocessingPassResult ApplyToConst::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
-static RegisterPass<ApplyToConst> X("apply-to-const");
} // namespace passes
} // namespace preprocessing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback