summaryrefslogtreecommitdiff
path: root/src/preprocessing/passes/bv_gauss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/preprocessing/passes/bv_gauss.cpp')
-rw-r--r--src/preprocessing/passes/bv_gauss.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/preprocessing/passes/bv_gauss.cpp b/src/preprocessing/passes/bv_gauss.cpp
index ffecc8682..58e5f93bf 100644
--- a/src/preprocessing/passes/bv_gauss.cpp
+++ b/src/preprocessing/passes/bv_gauss.cpp
@@ -18,7 +18,6 @@
#include "preprocessing/passes/bv_gauss.h"
#include "expr/node.h"
-#include "preprocessing/preprocessing_pass_registry.h"
#include "theory/bv/theory_bv_rewrite_rules_normalization.h"
#include "theory/bv/theory_bv_utils.h"
#include "theory/rewriter.h"
@@ -819,7 +818,6 @@ PreprocessingPassResult BVGauss::applyInternal(
return PreprocessingPassResult::NO_CONFLICT;
}
-static RegisterPass<BVGauss> X("bv-gauss");
} // namespace passes
} // namespace preprocessing
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback